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


ISMRouter.ProjectionString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouter Interface > ISMRouter.ProjectionString Property
ArcGIS Developer Help

ISMRouter.ProjectionString Property

The spatial reference of the source data used by the router object.

[Visual Basic .NET]
Public ReadOnly Property ProjectionString As String
[C#]
public string ProjectionString {get;}
[C++]
HRESULT get_ProjectionString(
void
);

Product Availability

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

Description

Returns the projection string that corresponds to projection information of the routing data which the router object was created on.

Remarks

Projection string is returned in the same format as the CreateESRISpatialReferenceFromPRJ() method of the ISpatialReferenceFactory.

See Also

ISMRouter Interface