ISheet Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ISheet.

Public Properties

 NameDescription
 PropertyHandleGets the value of the handle for the Sheet.  
 PropertyNameGets or sets the name of the Sheet.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Sheet.  
 PropertyPrintStyleTableGets or sets the name of the PrintStyle table for this Sheet.  
Top

Public Methods

 NameDescription
 MethodActivateActivates the Sheet.  
 MethodCreateExtensionDictionaryCreates a dictionary for the Sheet.  
 MethodDeleteCustomDataDeletes the specified custom data from the Sheet.  
 MethodGetActiveViewportGets the active Viewport on the Sheet.  
 MethodGetCustomDataGets the specified custom data for the Sheet.  
 MethodGetExtensionDictionaryGets the dictionary for the Sheet.  
 MethodGetSketchManagerGets the sketch interface.  
 MethodGetViewportsGets the Viewports on the Sheet.  
 MethodInsertPolygonalViewportInserts a polygonal Viewport in the sheet.  
 MethodInsertRectangularViewportInserts a rectangular Viewport.  
 MethodInsertViewportByEntityConverts the specified entity into a Viewport.  
 MethodIsActiveGets whether the Sheet is active.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Sheet, if the dictionary exists and is empty.  
 MethodSetCustomDataSets the custom data for the Sheet.  
Top

See Also