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


ISMFlag.PercentAlong Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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(
  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

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