STK Vector Geometry ToolSend 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 UseOppositeOfSelectedVector
);
[Java]
public bool getUseOppositeOfSelectedVector();
public void setUseOppositeOfSelectedVector(
    bool
);
[Python - STK API ]
@property
def UseOppositeOfSelectedVector(self) -> bool:

@UseOppositeOfSelectedVector.setter
def UseOppositeOfSelectedVector(self, UseOppositeOfSelectedVector:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.