ArcObjects Library Reference (Controls)  

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(
  VARIANT_BOOL projectInkGraphics
);
[C++]

Parameters

projectInkGraphics [out, retval]   projectInkGraphics is a parameter of type VARIANT_BOOL projectInkGraphics [in]   projectInkGraphics is a parameter of type VARIANT_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