Interface ITaskPage
- Namespace
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.Core
- Assembly
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
task page page.
public interface ITaskPage
Properties
Container
Gets or sets the container. This is used in LoadData(ref EdmCmd) and StoreData(ref EdmCmd)
Container Container { get; set; }
Property Value
- Container
Name
Name of the setup page.
string Name { get; set; }
Property Value
Methods
LoadData(ref EdmCmd)
Loads data from the task.
void LoadData(ref EdmCmd cmd)
Parameters
cmd
EdmCmdEdmCmd specific to the EPDM.Interop.epdm.EdmCmdType.EdmCmd_TaskSetup or EPDM.Interop.epdm.EdmCmdType.EdmCmd_TaskDetailshook.
LoadSettings()
Loads task settings from a file
void LoadSettings()
SaveSettings()
Saves task settings to a file
void SaveSettings()
StoreData(ref EdmCmd)
void StoreData(ref EdmCmd cmd)
Parameters
cmd
EdmCmd