ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.BufferWidth Property

BufferZone width will be used to find links that overlap.

[Visual Basic .NET]
Public Property BufferWidth As Double
[C#]
public double BufferWidth {get; set;}
[C++]
HRESULT get_BufferWidth(
  double* dBufferWidth
);
[C++]
HRESULT put_BufferWidth(
  double dBufferWidth
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoPartialOverlappingLinks Interface