ShowImage Property (IReferenceImage) Send Feedback
See Also 
Gets or sets whether to display the Referenced image.

Syntax

Visual Basic 
Property ShowImage As System.Boolean
C# 
System.bool ShowImage {get; set;}
JavaScript 
get_ShowImage () : Boolean
put_ShowImage (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_ShowImage(
   VARIANT_BOOL* Val
) 
HRESULT put_ShowImage( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_ShowImage (
   bool* Val
)
DSRESULT put_ShowImage(
   bool NewVal
)

Property Value

True to display the image, false to hide it

See Also

Availability

DraftSight V1R1.4