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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.