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


IGeometryResultOptions.GeneralizeGeometries Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryResultOptions Interface > IGeometryResultOptions.GeneralizeGeometries Property
ArcGIS Developer Help

IGeometryResultOptions.GeneralizeGeometries Property

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(
  Boolean* doGeneralize
);
[C++]
HRESULT put_GeneralizeGeometries(
  VARIANT_BOOL doGeneralize
);
[C++]
Parameters
doGeneralize [out, retval]

doGeneralize is a parameter of type bool* doGeneralize [in]
doGeneralize is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When GeneralizeGeometries is set to true, the MaximumAllowableOffset property should also be set. For more information please see Generalize.

See Also

IGeometryResultOptions Interface