Accusoft.NotateXpressSdk Namespace > Layer Class : Groups Property |
'Declaration Public ReadOnly Property Groups As GroupCollection
'Usage Dim instance As Layer Dim value As GroupCollection value = instance.Groups
public GroupCollection Groups {get;}
public: __property GroupCollection* get_Groups();
public: property GroupCollection^ Groups { GroupCollection^ get(); }