Accusoft.NotateXpress13.Net
Add Method (GroupCollection)




The Group to add to the group collection.
Adds the given group to the current GroupCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal group As Group _
) As Integer
'Usage
 
Dim instance As GroupCollection
Dim group As Group
Dim value As Integer
 
value = instance.Add(group)
public int Add( 
   Group group
)
public: int Add( 
   Group* group
) 
public:
int Add( 
   Group^ group
) 

Parameters

group
The Group to add to the group collection.

Return Value

An integer value which evaluates the index position of the newly added group within the group collection.
Remarks

When adding to a group collection, the associated layer must be in a LayerCollection.

See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback