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






Windows & Linux

Description

Whether to normalize vector B.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NormalizeVectorB() As Boolean
[C#]
public bool NormalizeVectorB {get; set;}
[Managed C++]
public: __property bool get_NormalizeVectorB();
public: __property void set_NormalizeVectorB(
   bool
);
[Unmanaged C++]
public: HRESULT get_NormalizeVectorB(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_NormalizeVectorB(
   VARIANT_BOOL NewNormalizeVectorB
);
[Java]
public bool getNormalizeVectorB();public void setNormalizeVectorB(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.