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


IMaplexOffsetAlongLineProperties.Tolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOffsetAlongLineProperties.Tolerance Property

Tolerance either side of the specified position.

[Visual Basic .NET]
Public Property Tolerance As Double
[C#]
public double Tolerance {get; set;}
[C++]
HRESULT get_Tolerance(
  double* Distance
);
[C++]
HRESULT put_Tolerance(
  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