ArcFM Responder Mobile Developer Guide
AnnotationElement Property






Syntax
'Declaration
 
Public Property AnnotationElement As IAnnotationElement
'Usage
 
Dim instance As AnnotationFeatureInfo
Dim value As IAnnotationElement
 
instance.AnnotationElement = value
 
value = instance.AnnotationElement
public IAnnotationElement AnnotationElement {get; set;}
public read-write property AnnotationElement: IAnnotationElement; 
public function get,set AnnotationElement : IAnnotationElement
public: __property IAnnotationElement* get_AnnotationElement();
public: __property void set_AnnotationElement( 
   IAnnotationElement* value
);
public:
property IAnnotationElement^ AnnotationElement {
   IAnnotationElement^ get();
   void set (    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

AnnotationFeatureInfo Class
AnnotationFeatureInfo Members

Send Feedback