| Visual Basic | |
|---|---|
Sub GetDrawingPropSheetAttributes( _ ByVal lFolderID As System.Integer, _ ByRef ppoSrcAttribs() As System.String, _ ByRef ppoDestAttribs() As System.String _ ) | |
| C# | |
|---|---|
void GetDrawingPropSheetAttributes( System.int lFolderID, out System.string[] ppoSrcAttribs, out System.string[] ppoDestAttribs ) | |
| C++/CLI | |
|---|---|
void GetDrawingPropSheetAttributes( & System.int lFolderID, & [Out] System.array<String^>^ ppoSrcAttribs, & [Out] System.array<String^>^ ppoDestAttribs ) | |
Parameters
- lFolderID
- ID of folder from which to get the values
- ppoSrcAttribs
- Array of attribute names used in the CustomProperty block
- ppoDestAttribs
- Array of attribute names used in the $PRPSheet block
This method is used internally by SOLIDWORKS PDM Professional to copy attributes from the model's CustomProperty block to the $PRPSHEET block. ppoSrcAttribs and ppoDestAttribs both have the same number of elements.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2011