| Visual Basic | |
|---|---|
Sub AddVariables( _ ByRef ppoVariables() As EdmVariableData _ ) | |
| C# | |
|---|---|
void AddVariables( out EdmVariableData[] ppoVariables ) | |
| C++/CLI | |
|---|---|
void AddVariables( & [Out] array<EdmVariableData>^ ppoVariables ) | |
Parameters
- ppoVariables
- Array of EdmVariableData structures; one structure for each variable (see Remarks)
See the IEdmVariableMgr6 examples.
In the ppoVariables structure, set mlVariableID to 0 before calling this method. The ID of the new variable is returned in mlVariableID.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2007