ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pUseScale
);
[C++]
HRESULT put_DrawGeometry(
  VARIANT_BOOL pUseScale
);
[C++]

Parameters

pUseScale [out, retval]   pUseScale is a parameter of type VARIANT_BOOL pUseScale [in]   pUseScale is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDrawAnnotationGeometry Interface