ShowClipped Property (IReferenceImage) Send Feedback
See Also 
Gets or sets whether to display only part of this Referenced image.

Syntax

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

Property Value

True to display part of this image, false to display all of it

See Also

Availability

DraftSight V1R1.4