IModel Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IModel.

Public Properties

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

Public Methods

 NameDescription
 MethodActivateActivates the model.  
 MethodCreateExtensionDictionaryCreates a dictionary for the model.  
 MethodDeleteCustomDataDeletes the specified custom data from the model.  
 MethodGetActiveViewTileGets the active ViewTile in the model.  
 MethodGetCustomDataGets the specified custom data for the model.  
 MethodGetExtensionDictionaryGets the dictionary for the model.  
 MethodGetSketchManagerGets the sketch interface.  
 MethodGetViewTilesGets the ViewTiles in the model.  
 MethodInsertViewTilesInserts ViewTiles in the specified mode at the specified location in this model.  
 MethodIsActiveGets whether the model is active.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the model, if the dictionary exists and is empty.  
 MethodSetCustomDataSets the custom data for the model.  
Top

See Also