Table of Contents

Class PropertyManagerPageX64

Namespace
Hymma.Solidworks.Addins
Assembly
Hymma.Solidworks.Addins.dll

Generates Property Manager Page for a Solidworks Addin of type AddinMaker that runs on X64 base CPU
since 2015 solidworks supports X64 CPU only

public class PropertyManagerPageX64 : PropertyManagerPageBase
Inheritance
PropertyManagerPageX64
Inherited Members

Constructors

PropertyManagerPageX64(PmpUiModel)

default constructor

public PropertyManagerPageX64(PmpUiModel uiModel)

Parameters

uiModel PmpUiModel

an object that hosts different inheritances of IPmpControl

Methods

Show()

SOLIDWORKS calls this method to show the UI. the PMP gets generated once at start up

public override void Show()