This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecorationElement Interface > ILineDecorationElement.PositionAsRatio Property (ArcObjects .NET 10.5 SDK) |
Indicates if positions represent percentage or absolute distance along the line.
[Visual Basic .NET] Public Property PositionAsRatio As Boolean
[C#] public bool PositionAsRatio {get; set;}
[C++]
HRESULT get_PositionAsRatio(
VARIANT_BOOL* asRatio
);
[C++]
HRESULT put_PositionAsRatio(
VARIANT_BOOL asRatio
);
[C++]
Parameters asRatio [out, retval] asRatio is a parameter of type VARIANT_BOOL asRatio [in] asRatio is a parameter of type VARIANT_BOOL