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


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

ISMSpeedGroup2.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(
void
);
[C++]
HRESULT put_Speed(
);

Product Availability

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

See Also

ISMSpeedGroup2 Interface