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


IEngineInkEnvironment.GeneralizeInk Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.GeneralizeInk Property
ArcGIS Developer Help

IEngineInkEnvironment.GeneralizeInk Property

Indicates whether the Ink should be generalized.

[Visual Basic .NET]
Public Property GeneralizeInk As Boolean
[C#]
public bool GeneralizeInk {get; set;}
[C++]
HRESULT get_GeneralizeInk(
  VARIANT_BOOL GeneralizeInk
);
[C++]
HRESULT put_GeneralizeInk(
  Boolean* GeneralizeInk
);
[C++]
Parameters
GeneralizeInk [in]

GeneralizeInk is a parameter of type bool GeneralizeInk [out, retval]
GeneralizeInk is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

Description

Generalizes the ink sketch to reduce the size of the ink geometry that is created.

See Also

IEngineInkEnvironment Interface