AGI STK VGT 11Send comments on this topic.
IsNormalized Property (IAgCrdnVectorScaled)
See Also 
Windows






Windows & Linux

Description

Controls whether to convert the reference vector to a unit vector before scalling.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsNormalized() As Boolean
[C#]
public bool IsNormalized {get; set;}
[Managed C++]
public: __property bool get_IsNormalized();
public: __property void set_IsNormalized(
   bool
);
[Unmanaged C++]
public: HRESULT get_IsNormalized(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsNormalized(
   VARIANT_BOOL NewIsNormalized
);
[Java]
public bool getIsNormalized();public void setIsNormalized(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.