Table of Contents

Interface IPmpGroupFluentCheckable

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

an interface to add property manager page group to a IPmpUiModelFluent

public interface IPmpGroupFluentCheckable : IPmpGroupFluentBase<IPmpGroupFluentCheckable>
Inherited Members

Methods

OnChecked(EventHandler<bool>)

fires when user check/un-check the gourp check box

IPmpGroupFluentCheckable OnChecked(EventHandler<bool> doThis)

Parameters

doThis EventHandler<bool>

Returns

IPmpGroupFluentCheckable

PmpGroupCheckable

OnDisplaying(EventHandler<EventArgs>)

fires when this group is displayed on the screen

IPmpGroupFluentCheckable OnDisplaying(EventHandler<EventArgs> doThis)

Parameters

doThis EventHandler<EventArgs>

Returns

IPmpGroupFluentCheckable

SaveGroup()

save all the changes

IPmpUiModelFluent SaveGroup()

Returns

IPmpUiModelFluent

SetCheckStatus(bool)

defines whether a chackable group appears in its checked state by default

IPmpGroupFluentCheckable SetCheckStatus(bool status = true)

Parameters

status bool

Returns

IPmpGroupFluentCheckable