ArcObjects Library Reference (DataSourcesFile)  

ISMSpeedGroup.Speed Property

The speed value of the group.

[Visual Basic .NET]
Public Property Speed As Single
[C#]
public float Speed {get; set;}
[C++]
HRESULT get_Speed(
  float* pVal
);
[C++]
HRESULT put_Speed(
  float pVal
);
[C++]

Parameters

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

Product Availability

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

Description

Retrieves the speed value of the speed group.

Remarks

Speed property returns a Float that represents current value of the speed for the group.

See Also

ISMSpeedGroup Interface