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


IEngineInkEnvironment.ProjectInkGraphicGeometry 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.ProjectInkGraphicGeometry Property
ArcGIS Developer Help

IEngineInkEnvironment.ProjectInkGraphicGeometry Property

Indicates whether to project an InkGraphic's Geometry.

[Visual Basic .NET]
Public Property ProjectInkGraphicGeometry As Boolean
[C#]
public bool ProjectInkGraphicGeometry {get; set;}
[C++]
HRESULT get_ProjectInkGraphicGeometry(
  VARIANT_BOOL projectInkGraphics
);
[C++]
HRESULT put_ProjectInkGraphicGeometry(
  Boolean* projectInkGraphics
);
[C++]
Parameters
projectInkGraphics [in]

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

Product Availability

Available with ArcGIS Engine.

Description

Sets whether or not ink will rendered as polylines when the data frame is projected. If the projection is quite different from the projection that ink was captured in, the ink display result may be less than desirable. By rendering as polyline geometry, the result will be slightly coarse, but more legible.

See Also

IEngineInkEnvironment Interface