STK ObjectsSend comments on this topic.
AngleUnitAbrv Property (IAgVORefCrdnAngle)
See Also
Windows





Windows & Linux

Description

The angle unit abbreviation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AngleUnitAbrv() As String
[C#]
public string AngleUnitAbrv {get; set;}
[Managed C++]
public: __property String __gc ^ get_AngleUnitAbrv();
public: __property void set_AngleUnitAbrv( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AngleUnitAbrv(
    BSTR * pVal
);
public: HRESULT put_AngleUnitAbrv(
    BSTR pVal
);
[Java]
public String getAngleUnitAbrv();
public void setAngleUnitAbrv(
    String
);
[Python - STK API ]
@property
def AngleUnitAbrv(self) -> str:

@AngleUnitAbrv.setter
def AngleUnitAbrv(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.