| PropertyManagerPageExTHandler, TModel Constructor (ISldWorks) |
Creates instance of property manager page
Namespace:
CodeStack.SwEx.PMPage
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax public PropertyManagerPageEx(
ISldWorks app
)
Public Sub New (
app As ISldWorks
)
public:
PropertyManagerPageEx(
ISldWorks^ app
)
Parameters
- app
- Type: ISldWorks
Pointer to session of SOLIDWORKS where the property manager page to be created
See Also