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


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

ISMStop.StopID Property

Numeric identifier of the user defined route stop.

[Visual Basic .NET]
Public Property StopID As Integer
[C#]
public int StopID {get; set;}
[C++]
HRESULT get_StopID(
void
);
[C++]
HRESULT put_StopID(
);

Product Availability

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

Description

Represents the numeric user-defined stop identifier.

See Also

ISMStop Interface