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


ITabletExt.ProjectInkGraphicGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITabletExt Interface > ITabletExt.ProjectInkGraphicGeometry Property
ArcGIS Developer Help

ITabletExt.ProjectInkGraphicGeometry Property

Indicates whether Ink Graphics should be rendered as polylines when projected.

[Visual Basic .NET]
Public Property ProjectInkGraphicGeometry As Boolean
[C#]
public bool ProjectInkGraphicGeometry {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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

ITabletExt Interface