IShape Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IShape.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this shape.  
 PropertyErasedGets or sets whether to erase or restore the shape.  
 PropertyHandleGets the value of the handle for the shape.  
 PropertyLayerGets or sets the name of the Layer of the shape.  
 PropertyLineScaleGets or sets the scale factor for the shape's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the shape.  
 PropertyLineWeightGets or sets the LineWeight for the shape.  
 PropertyNameGets the name of the shape.  
 PropertyObliquingGets or sets the obliquing angle of the shape.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this shape.  
 PropertyRotationGets or sets the angle of rotation of the shape.  
 PropertySizeGets or sets the size of the shape.  
 PropertyTextStyleGets or sets the name of the TextStyle containing the SHX font for this shape.  
 PropertyThicknessGets or sets the thickness of the shape.  
 PropertyTransparencyGets or sets the transparency object for this shape.  
 PropertyVisibleGets or sets whether to show the shape in the drawing.  
 PropertyWidthFactorGets or sets the width factor, relative to the X scale factor, of the shape.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the shape.  
 MethodDeleteCustomDataDeletes the specified custom data from the shape.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the shape.  
 MethodGetBoundingBoxGets the bounding box enclosing the shape.  
 MethodGetCustomDataGets the specified custom data for the shape.  
 MethodGetExtensionDictionaryGets the dictionary for the shape.  
 MethodGetHyperLinkGets the hyperlink attached to the shape.  
 MethodGetNormalGets the vector normal to this shape.  
 MethodGetPositionGets the insertion point of the shape.  
 MethodGetShapeNumberGets the number of shape.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the shape, if the dictionary exists and is empty.  
 MethodSelectAdd or removes the selected shape to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the shape.  
 MethodSetHyperLinkAttaches a hyperlink to the shape.  
 MethodSetNormalSets the vector normal to the shape.  
 MethodSetPositionSets the insertion point of the shape.  
Top

See Also