Adds a group box to a PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddGroupBox( _
ByVal ID As System.Integer, _
ByVal Caption As System.String, _
ByVal Options As System.Integer _
) As PropertyManagerPageGroup |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2
Dim ID As System.Integer
Dim Caption As System.String
Dim Options As System.Integer
Dim value As PropertyManagerPageGroup
value = instance.IAddGroupBox(ID, Caption, Options) |
C# | |
---|
PropertyManagerPageGroup IAddGroupBox(
System.int ID,
System.string Caption,
System.int Options
) |
C++/CLI | |
---|
PropertyManagerPageGroup^ IAddGroupBox(
& System.int ID,
& System.String^ Caption,
& System.int Options
) |
Parameters
- ID
- Resource ID of the group box
- Caption
- Title of the group box
- Options
- Options as defined in swAddGroupBoxOptions_e
Return Value
Newly created
PropertyManager page group box
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0