Constrained vector type displayed on GUI.
Read-only property
[Visual Basic .NET] |
---|
Public Property DisplayedConstrainedVectorType() As AgEDirectionType |
[C#] |
---|
public AgEDirectionType DisplayedConstrainedVectorType {get;} |
[Managed C++] |
---|
public: __property AgEDirectionType get_DisplayedConstrainedVectorType(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayedConstrainedVectorType( AgEDirectionType * pType ); |
[Java] |
---|
public AgEDirectionType getDisplayedConstrainedVectorType(); |
[Python - STK API ] |
---|
@property def DisplayedConstrainedVectorType(self) -> "AgEDirectionType": |