This document is archived and information here might be outdated.  Recommended version.


IProjection.Usage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjection Interface > IProjection.Usage Property
ArcGIS Developer Help

IProjection.Usage Property

The usage notes of a map projection.

[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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjection Interface