|
|
|
Add Method, PartsCollectionClass Class |
Adds the specified part to the parts collection.
Syntax PartsCollectionClass Class (Softelvdm.Controls)
VB |
Public Function Add( ByVal Part As GenericPartClass ) As Integer |
C# |
public int Add( GenericPartClass Part ); |
C++ |
public: int Add( GenericPartClass^ Part ); |
Part
Defines the new part to append to the parts collection.
Return Value
The zero-based index of the newly added part.
Comments
The Add method adds the specified part to the parts collection.
Version Information
Supported in version 1.0.
Products Table