| Visual Basic | |
|---|---|
Sub GetParentInfo( _ ByRef plParentCtrlID As System.Integer, _ ByRef plPageNo As System.Integer _ ) | |
| C# | |
|---|---|
void GetParentInfo( out System.int plParentCtrlID, out System.int plPageNo ) | |
| C++/CLI | |
|---|---|
void GetParentInfo( & [Out] System.int plParentCtrlID, & [Out] System.int plPageNo ) | |
Parameters
- plParentCtrlID
- ID of the parent control; 0 if there is no parent control
- plPageNo
- 0-based index of the tab control on which this control is located
See the IEdmCardControl6 examples.
- S_OK: The method successfully executed.
- S_FALSE: The control does not have a parent.
SOLIDWORKS PDM Professional Version 5.2