ArcObjects Library Reference (DataSourcesFile)  

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(
  BSTR* pVal
);
[C++]

Parameters

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

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