Hello,
Probably a simple question, but how do I implement the EdmTask_SupportsChangeState in C#? I've been using the programmer's reference guide, but their code is in VB and I'm not very experienced with transitioning code from one language to another. So far I have:
IEdmTaskProperties ToChangeState = (IEdmTaskProperties)edmCmd.mpoExtra;
ToChangeState.TaskFlags = EdmTaskFlag.EdmTask_SupportsChangeState;
but I'm still missing one statement to properly use this Task flag.
thanks
SolidworksSolidworks Pdm enterprise Pdm