This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOffsetAlongLineProperties Interface > IMaplexOffsetAlongLineProperties.Distance Property (ArcObjects .NET 10.4 SDK) |
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