IFace Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IFace.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of the Face.  
 PropertyEdge1VisibleGets or sets whether to show the first edge of the Face.  
 PropertyEdge2VisibleGets or sets whether to show the second edge of the Face.  
 PropertyEdge3VisibleGets or sets whether to show the third edge of the Face.  
 PropertyEdge4VisibleGets or sets whether to show the fourth edge of the Face.  
 PropertyErasedGets or sets whether to erase or restore the Face.  
 PropertyHandleGets the value of the handle for the Face.  
 PropertyLayerGets or sets the name of the Layer of the Face.  
 PropertyLineScaleGets or sets the scale factor for the Face's LineStyle.  
 PropertyLineStyleGets or sets the name of the ILineStyle for the Face.  
 PropertyLineWeightGets or sets the LineWeight for the Face.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Face.  
 PropertyTransparencyGets or sets the transparency object for this Face.  
 PropertyVisibleGets or sets whether to show the Face in the drawing.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Face.  
 MethodDeleteCustomDataDeletes the specified custom data from the Face.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Face.  
 MethodGetBoundingBoxGets the bounding box enclosing the Face.  
 MethodGetCustomDataGets the specified custom data for the Face.  
 MethodGetExtensionDictionaryGets the dictionary for the Face.  
 MethodGetHyperLinkGets the hyperlink attached to the Face.  
 MethodGetVertex1CoordinateGets the coordinates of the first vertex of the Face.  
 MethodGetVertex2CoordinateGets the coordinates of the second vertex of the Face.  
 MethodGetVertex3CoordinateGets the coordinates of the third vertex of the Face.  
 MethodGetVertex4CoordinateGets the coordinates of the fourth vertex of the Face.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Face, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Face to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the Face.  
 MethodSetHyperLinkAttaches the hyperlink to the Face.  
 MethodSetVertex1CoordinateSets the coordinates of the first vertex of the Face.  
 MethodSetVertex2CoordinateSets the coordinates of the second vertex of the Face.  
 MethodSetVertex3CoordinateSets the coordinates of the third vertex of the Face.  
 MethodSetVertex4CoordinateSets the coordinates of the fourth vertex of the Face.  
Top

See Also