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 * pVal
);
public: HRESULT put_CartesianUnitAbrv(
BSTR pVal
);
|
[Java] |
---|
public String getCartesianUnitAbrv();
public void setCartesianUnitAbrv(
String
);
|
See Also