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


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

ISMFlag.PercentAlong Property

Flag position along the street segment as a percent of the segment length.

[Visual Basic .NET]
Public Property PercentAlong As Single
[C#]
public float PercentAlong {get; set;}
[C++]
HRESULT get_PercentAlong(
void
);
[C++]
HRESULT put_PercentAlong(
);

Product Availability

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

Description

Indicates the flag position along the street in percent.

See Also

ISMFlag Interface