| IDocumentsHandlerTDocHandlerItem Property |
Accesses the document handler by pointer to model
Namespace:
CodeStack.SwEx.AddIn.Base
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax TDocHandler this[
IModelDoc2 model
] { get; }
ReadOnly Default Property Item (
model As IModelDoc2
) As TDocHandler
Get
property TDocHandler default[IModelDoc2^ model] {
TDocHandler get (IModelDoc2^ model);
}
Parameters
- model
- Type: IModelDoc2
Pointer to model
Return Value
Type:
TDocHandlerCorresponding model handler
Exceptions See Also