ArcObjects Library Reference (GeoDatabaseExtensions)  

IDynamicSurface3.ProfileWeedTolerance Property

The profile weeding tolerance.

[Visual Basic .NET]
Public Property ProfileWeedTolerance As Double
[C#]
public double ProfileWeedTolerance {get; set;}
[C++]
HRESULT get_ProfileWeedTolerance(
  double* pTolerance
);
[C++]
HRESULT put_ProfileWeedTolerance(
  double pTolerance
);
[C++]

Parameters

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

Product Availability

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

See Also

IDynamicSurface3 Interface