Adds a new selection set component and adds the component to the sheet set.
The caller must release the interface when the operation is complete.
Syntax
Add(
name As String,
desc As String,
selset As IAcSmSheetSelSet) As Object
name | Input string containing the name of the selection set component to be added |
desc | Input string containing the text to set as the description of the selection set component |
selset | Output pointer to an IAcSmSheetSelSet interface |
Comments? |