SOLIDWORKS PDM Professional API Help Send Feedback
mpoExtra Field
See Also 
EPDM.Interop.epdm Namespace > EdmCmdData Structure : mpoExtra Field


Names of all the configurations for the specified command type.

Syntax

Visual Basic 
Public mpoExtra As System.Object
C# 
public System.object mpoExtra
C++/CLI 
public:
System.Object^ mpoExtra

Field Value

IEdmStrLst5; contains the names of all configurations for the specified command type

Remarks

See EdmCmdData Remarks.

See Also