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


ILineDecorationElement.PositionAsRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineDecorationElement Interface > ILineDecorationElement.PositionAsRatio Property
ArcGIS Developer Help

ILineDecorationElement.PositionAsRatio Property

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(
  Boolean* asRatio
);
[C++]
HRESULT put_PositionAsRatio(
  VARIANT_BOOL asRatio
);
[C++]
Parameters
asRatio [out, retval]

asRatio is a parameter of type bool* asRatio [in]
asRatio is a parameter of type bool

Product Availability

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

See Also

ILineDecorationElement Interface