This document is archived and information here might be outdated. Recommended version. |
Excludes the inside of the input polygon from the output buffer (default=false).
[Visual Basic .NET] Public Property OutsideOnly As Boolean
[C#] public bool OutsideOnly {get; set;}
[C++]
HRESULT get_OutsideOnly(
VARIANT_BOOL bpOutsideOnly
);
[C++]
HRESULT put_OutsideOnly(
Boolean* bpOutsideOnly
);
[C++]
Parameters bpOutsideOnly
bpOutsideOnly is a parameter of type bool bpOutsideOnly [out, retval]
bpOutsideOnly is a parameter of type bool*
When buffering polygons, this property controls whether or not the constructed buffer covers only the outside of the polygon. Here is an example of an outside-only buffer.