| Visual Basic | |
|---|---|
Sub GetUpdatedPaths( _ ByRef ppoUpdatedPathArr() As EdmUpdatedRefPath _ ) | |
| C# | |
|---|---|
void GetUpdatedPaths( out EdmUpdatedRefPath[] ppoUpdatedPathArr ) | |
| C++/CLI | |
|---|---|
void GetUpdatedPaths( & [Out] array<EdmUpdatedRefPath>^ ppoUpdatedPathArr ) | |
Parameters
- ppoUpdatedPathArr
- Array of EdmUpdatedRefPaths
SOLIDWORKS PDM Professional 2021 SP04