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


ISMStop.Duration 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.Duration Property
ArcGIS Developer Help

ISMStop.Duration Property

Stop duration in minutes.

[Visual Basic .NET]
Public Property Duration As Short
[C#]
public short Duration {get; set;}
[C++]
HRESULT get_Duration(
void
);
[C++]
HRESULT put_Duration(
);

Product Availability

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

Description

Returns stop duration in minutes.

See Also

ISMStop Interface