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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface