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