| Visual Basic | |
|---|---|
Sub GetRevisionTableSettings( _ ByRef vbManagedInPDM As System.Boolean, _ ByRef plNoOfRows As System.Integer, _ ByRef vbRevTableOrder As System.Boolean, _ ByRef pbsRevPlaceholder As System.String _ ) | |
| C# | |
|---|---|
void GetRevisionTableSettings( out System.bool vbManagedInPDM, out System.int plNoOfRows, out System.bool vbRevTableOrder, out System.string pbsRevPlaceholder ) | |
| C++/CLI | |
|---|---|
void GetRevisionTableSettings( & [Out] System.bool vbManagedInPDM, & [Out] System.int plNoOfRows, & [Out] System.bool vbRevTableOrder, & [Out] System.String^ pbsRevPlaceholder ) | |
Parameters
- vbManagedInPDM
- True if the revision table is managed by PDM Professional, false if managed by SOLIDWORKS
- plNoOfRows
- Number of visible rows in the revision table
- vbRevTableOrder
- True if the revision table order is ascending, false if descending
- pbsRevPlaceholder
- Revision table placeholder character
SOLIDWORKS PDM Professional 2018