ArcObjects Library Reference (DataSourcesFile)  

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

Parameters

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

Product Availability

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

Description

Returns stop duration in minutes.

See Also

ISMStop Interface