ArcFM Engine Developer Guide
CreateTextSymbol Method


Syntax
'Declaration
 
Public Overridable Function CreateTextSymbol( _
   ByVal gdbTextSymbol As ESRI.ArcGIS.Display.ITextSymbol _
) As ITextSymbolInfo
'Usage
 
Dim instance As GeodatabaseAccess
Dim gdbTextSymbol As ESRI.ArcGIS.Display.ITextSymbol
Dim value As ITextSymbolInfo
 
value = instance.CreateTextSymbol(gdbTextSymbol)
public virtual ITextSymbolInfo CreateTextSymbol( 
   ESRI.ArcGIS.Display.ITextSymbol gdbTextSymbol
)

Parameters

gdbTextSymbol
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