ArcFM Responder Mobile Developer Guide
AnnotationElements Property






Syntax
'Declaration
 
Property AnnotationElements As System.Collections.Generic.IList(Of IAnnotationElement)
'Usage
 
Dim instance As IGroupAnnotationElement
Dim value As System.Collections.Generic.IList(Of IAnnotationElement)
 
instance.AnnotationElements = value
 
value = instance.AnnotationElements
System.Collections.Generic.IList<IAnnotationElement> AnnotationElements {get; set;}
read-write property AnnotationElements: System.Collections.Generic.IList; 
function get,set AnnotationElements : System.Collections.Generic.IList
__property System.Collections.Generic.IList<IAnnotationElement*>* get_AnnotationElements();
__property void set_AnnotationElements( 
   System.Collections.Generic.IList<IAnnotationElement*>* value
);
property System.Collections.Generic.IList<IAnnotationElement^>^ AnnotationElements {
   System.Collections.Generic.IList<IAnnotationElement^>^ get();
   void set (    System.Collections.Generic.IList<IAnnotationElement^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IGroupAnnotationElement Interface
IGroupAnnotationElement Members

Send Feedback