Table of Contents

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

type swPropertyManagerPageControlType_e

type of this controller as per SolidWorks.Interop.swconst.swPropertyManagerPageControlType_e

caption string

caption for this control

tip string

tip for this control

Properties

SolidworksObject

gets native solidworks object

public T SolidworksObject { get; }

Property Value

T

Methods

ReleaseSolidworksObject()

release solidworks object

public void ReleaseSolidworksObject()