Gets or sets the display units on the 2d map.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelUnit() As String |
[C#] |
---|
public string LabelUnit {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_LabelUnit(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelUnit( BSTR * pLabelUnit ); public: HRESULT put_LabelUnit( BSTR LabelUnit ); |
[Java] |
---|
public String getLabelUnit(); public void setLabelUnit( String ); |