This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryResultOptions Interface > IGeometryResultOptions.GeneralizeGeometries Property (ArcObjects .NET 10.5 SDK) |
Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.
[Visual Basic .NET] Public Property GeneralizeGeometries As Boolean
[C#] public bool GeneralizeGeometries {get; set;}
[C++]
HRESULT get_GeneralizeGeometries(
VARIANT_BOOL* doGeneralize
);
[C++]
HRESULT put_GeneralizeGeometries(
VARIANT_BOOL doGeneralize
);
[C++]
Parameters doGeneralize [out, retval] doGeneralize is a parameter of type VARIANT_BOOL doGeneralize [in] doGeneralize is a parameter of type VARIANT_BOOL
When GeneralizeGeometries is set to true, the MaximumAllowableOffset property should also be set. For more information please see Generalize.