Click or drag to resize

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; }

Parameters

model
Type: IModelDoc2
Pointer to model

Return Value

Type: TDocHandler
Corresponding model handler
Exceptions
ExceptionCondition
KeyNotFoundException
See Also