ArcObjects Library Reference (GeoDatabase)  

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(
  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

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