AGI STK VGT 11 Send comments on this topic.
UseOppositeOfSelectedVector Property (IAgCrdnVectorReflection)
See Also 





Description

When set to false, resets the direction of the Incident Vector to default.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseOppositeOfSelectedVector() As Boolean

[C#]
public bool UseOppositeOfSelectedVector {get; set;}

[Managed C++]
public: __property bool get_UseOppositeOfSelectedVector();
public: __property void set_UseOppositeOfSelectedVector(
bool
);

[Unmanaged C++]
public: HRESULT get_UseOppositeOfSelectedVector(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseOppositeOfSelectedVector(
VARIANT_BOOL NewUseOppositeOfSelectedVector
);

[Java]
public bool getUseOppositeOfSelectedVector();public void setUseOppositeOfSelectedVector(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1