ArcFM Engine Developer Guide
AddTextAnnotation Method


Syntax
'Declaration
 
Public Overridable Sub AddTextAnnotation( _
   ByVal textElement As ITextAnnotationElement, _
   ByVal gdbTextElement As ESRI.ArcGIS.Carto.ITextElement _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim textElement As ITextAnnotationElement
Dim gdbTextElement As ESRI.ArcGIS.Carto.ITextElement
 
instance.AddTextAnnotation(textElement, gdbTextElement)
public virtual void AddTextAnnotation( 
   ITextAnnotationElement textElement,
   ESRI.ArcGIS.Carto.ITextElement gdbTextElement
)

Parameters

textElement
gdbTextElement
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GeodatabaseAccess Class
GeodatabaseAccess Members

 

 


Send Comment