ArcObjects Library Reference (Carto)  

IMaplexOffsetAlongLineProperties.Distance Property

Distance along the line.

[Visual Basic .NET]
Public Property Distance As Double
[C#]
public double Distance {get; set;}
[C++]
HRESULT get_Distance(
  double* Distance
);
[C++]
HRESULT put_Distance(
  double Distance
);
[C++]

Parameters

Distance [out, retval]   Distance is a parameter of type double Distance [in]   Distance is a parameter of type double

Product Availability

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

See Also

IMaplexOffsetAlongLineProperties Interface