Indicates if the annotation geometry will draw.
[Visual Basic 6.0] Property DrawGeometry As Boolean
[Visual Basic .NET] Public Property DrawGeometry As Boolean
[C#] public bool DrawGeometry {get; set;}
[Java] public boolean isDrawGeometry() throws IOException, AutomationException
[Java] public void setDrawGeometry( boolean DrawGeometry ) throws IOException, AutomationException
[C++]
HRESULT get_DrawGeometry(
VARIANT_BOOL* pUseScale
);
[C++] HRESULT put_DrawGeometry( VARIANT_BOOL pUseScale);
Parameters
pUseScale [out, retval]
pUseScale is a parameter of type VARIANT_BOOL
pUseScale [in]
pUseScale is a parameter of type VARIANT_BOOL