ArcFM Engine Developer Guide
CreateAnnotationElement Method


Syntax
'Declaration
 
Public Overridable Function CreateAnnotationElement( _
   ByVal gdbElement As ESRI.ArcGIS.Carto.IElement _
) As IAnnotationElement
'Usage
 
Dim instance As GeodatabaseAccess
Dim gdbElement As ESRI.ArcGIS.Carto.IElement
Dim value As IAnnotationElement
 
value = instance.CreateAnnotationElement(gdbElement)
public virtual IAnnotationElement CreateAnnotationElement( 
   ESRI.ArcGIS.Carto.IElement gdbElement
)

Parameters

gdbElement
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