IEmbeddedObject Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IEmbeddedObject.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this embedded object.  
 PropertyErasedGets or sets whether to erase or restore the embedded object.  
 PropertyHandleGets the value of the handle for the embedded object.  
 PropertyHeightGets or sets the height of this embedded object.  
 PropertyLayerGets or sets the name of the Layer of the embedded object.  
 PropertyLineScaleGets or sets the scale factor for the embedded object's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the embedded object.  
 PropertyLineWeightGets or sets the LineWeight for the embedded object.  
 PropertyPrintQualityGets or sets the print quality of the embedded object.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this embedded object.  
 PropertyTransparencyGets or sets the transparency object for this embedded object.  
 PropertyVisible

Gets or sets whether to show the embedded object in the drawing.

 
 PropertyWidthGets or sets the width of this embedded object.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the embedded object.  
 MethodDeleteCustomDataDeletes the specified custom data from the embedded object.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the embedded object.  
 MethodGetBoundingBoxGets the bounding box enclosing the embedded object.  
 MethodGetCustomDataGets the specified custom data for the embedded object.  
 MethodGetExtensionDictionaryGets the dictionary for the embedded object.  
 MethodGetHyperLinkGets the hyperlink attached to the embedded object.  
 MethodGetLinkPathGets the full path and name of the file that is linked to this embedded object.  
 MethodGetPositionGets the coordinates of the insertion point of this embedded object.  
 MethodGetSourceApplicationGets the name of the source application of this embedded object.  
 MethodGetTypeGets the type of this embedded object.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the embedded object, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected embedded object to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the embedded object.  
 MethodSetHyperLinkAttaches a hyperlink to the embedded object.  
 MethodSetPositionSets the coordinates of the insertion point of this embedded object.  
Top

See Also