ArcObjects Library Reference (Geometry)  

ISpatialReferenceInfo.Name Property

The name of this spatial reference component.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

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

See Also

ISpatialReferenceInfo Interface

.NET Related Topics

Creating a custom projected coordinate system | Creating a predefined geotransformation | Creating a predefined vertical coordinate system | Using the SpatialReferenceEnvironment | Writing .NET code using properties |