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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1