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


ISMStop.StopID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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

Parameters pVal [out, retval] pVal is a parameter of type long pVal [in] pVal is a parameter of type long

Product Availability

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

Description

Represents the numeric user-defined stop identifier.

See Also

ISMStop Interface