This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMFlag Interface > ISMFlag.PercentAlong Property (ArcObjects .NET 10.5 SDK) |
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(
float* pVal
);
[C++]
HRESULT put_PercentAlong(
float pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type float pVal [in] pVal is a parameter of type float
Indicates the flag position along the street in percent.