ArcFM Desktop Developer Guide
AddGroupAnnotation Method


Syntax
'Declaration
 
Public Overridable Sub AddGroupAnnotation( _
   ByVal groupElement As IGroupAnnotationElement, _
   ByVal gdbGroupElement As ESRI.ArcGIS.Carto.IGroupElement _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim groupElement As IGroupAnnotationElement
Dim gdbGroupElement As ESRI.ArcGIS.Carto.IGroupElement
 
instance.AddGroupAnnotation(groupElement, gdbGroupElement)
public virtual void AddGroupAnnotation( 
   IGroupAnnotationElement groupElement,
   ESRI.ArcGIS.Carto.IGroupElement gdbGroupElement
)

Parameters

groupElement
gdbGroupElement
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