Width Property (IEmbeddedObject) Send Feedback
See Also  Example
Gets or sets the width of this embedded object.

Syntax

Visual Basic 
Property Width As System.Double
C# 
System.double Width {get; set;}
JavaScript 
get_Width () : Number
put_Width (
   NewVal : Number
)
COM native C++ 
HRESULT get_Width(
   DOUBLE* Val
) 
HRESULT put_Width( 
   DOUBLE NewVal
C++ 
DSRESULT get_Width (
   double* Val
)
DSRESULT put_Width(
   double NewVal
)

Property Value

Width of the embedded object

Example

See Also

Availability

DraftSight V1R1.4