Get the constrained vector.
Read-only property
[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": |