STK ObjectsSend comments on this topic.
ConstrainedVector Property (IAgVeTargetPointingElement)
See Also
Windows





Windows & Linux

Description

Get the constrained vector.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ConstrainedVector() As IAgDirection
[C#]
public IAgDirection ConstrainedVector {get;}
[Managed C++]
public: __property IAgDirection ^ get_ConstrainedVector();
[Unmanaged C++]
public: HRESULT get_ConstrainedVector(
    IAgDirection ** ppVal
);
[Java]
public IAgDirection getConstrainedVector();
[Python - STK API ]
@property
def ConstrainedVector(self) -> "IAgDirection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.