This document is archived and information here might be outdated. Recommended version. |
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*
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.