This document is archived and information here might be outdated. Recommended version. |
Indicates if the outermost polygon (at the maximum break value) will be trimmed.
[Visual Basic .NET]
Public Property TrimOuterPolygon As Boolean
[C#]
public bool TrimOuterPolygon {get; set;}
[C++]
HRESULT get_TrimOuterPolygon(
VARIANT_BOOL Value
);
[C++]
HRESULT put_TrimOuterPolygon(
Boolean* Value
);
[C++] Parameters Value [in]
Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*
If this is true, the outer polygon will be adjusted to be within the TrimPolygonDistance of the source features. It is used to make the outer ring more cartographically pleasing by shrinking it to within a specified distance. This operation is not the same as clipping or buffering.
Small values for TrimPolygonDistance will increase processing time and may result in unusual looking polygons.