Class PmpControl<T>
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
a SOLIDWORKS property manager page control
public class PmpControl<T> : IPmpControl, IWrapSolidworksObject<T>, IReleaseSolidworksObject
Type Parameters
T
- Inheritance
-
PmpControl<T>
- Implements
- Derived
- Inherited Members
Constructors
PmpControl(swPropertyManagerPageControlType_e, string, string)
default constructor
public PmpControl(swPropertyManagerPageControlType_e type, string caption = "", string tip = "")
Parameters
typeswPropertyManagerPageControlType_etype of this controller as per SolidWorks.Interop.swconst.swPropertyManagerPageControlType_e
captionstringcaption for this control
tipstringtip for this control
Properties
SolidworksObject
gets native solidworks object
public T SolidworksObject { get; }
Property Value
- T
Methods
ReleaseSolidworksObject()
release solidworks object
public void ReleaseSolidworksObject()