This document is archived and information here might be outdated. Recommended version. |
The usage notes of a projected coordinate system.
[Visual Basic .NET]
Public ReadOnly Property Usage As String
[C#]
public string Usage {get;}
[C++]
HRESULT get_Usage(
System.String* Usage
);
[C++] Parameters Usage [out, retval]
Usage is a parameter of type BSTR*
private void UsageExample(IProjectedCoordinateSystem projectedCoordinateSystem) { System.Windows.Forms.MessageBox.Show(projectedCoordinateSystem.Usage); }