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


IDrawAnnotationGeometry.DrawGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDrawAnnotationGeometry Interface > IDrawAnnotationGeometry.DrawGeometry Property
ArcGIS Developer Help

IDrawAnnotationGeometry.DrawGeometry Property

Indicates if the annotation geometry will draw.

[Visual Basic .NET]
Public Property DrawGeometry As Boolean
[C#]
public bool DrawGeometry {get; set;}
[C++]
HRESULT get_DrawGeometry(
  Boolean* pUseScale
);
[C++]
HRESULT put_DrawGeometry(
  VARIANT_BOOL pUseScale
);
[C++]
Parameters
pUseScale [out, retval]

pUseScale is a parameter of type bool* pUseScale [in]
pUseScale is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDrawAnnotationGeometry Interface