This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoPartialOverlappingLinks Interface > ISchematicAlgoPartialOverlappingLinks.BufferWidth Property (ArcObjects .NET 10.5 SDK) |
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