Description
Cartesian Unit Abrv uses Distance
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CartesianUnitAbrv() As String
|
| [C#] |
|---|
public string CartesianUnitAbrv {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_CartesianUnitAbrv(); public: __property void set_CartesianUnitAbrv( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CartesianUnitAbrv( BSTR * pRetVal ); public: HRESULT put_CartesianUnitAbrv( BSTR NewCartesianUnitAbrv );
|
| [Java] |
|---|
public String getCartesianUnitAbrv();public void setCartesianUnitAbrv( String );
|
See Also