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


ISchematicAlgoPartialOverlappingLinks.BufferWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoPartialOverlappingLinks Interface > ISchematicAlgoPartialOverlappingLinks.BufferWidth Property
ArcGIS Developer Help

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(
  System.Double* dBufferWidth
);
[C++]
Parameters
dBufferWidth [in]

dBufferWidth is a parameter of type double dBufferWidth [out, retval]
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