CIMTextGraphicBase CreateSimpleTextGraphic( TextType textType, Geometry geometry, CIMTextSymbol textSymbol, string text )
Function CreateSimpleTextGraphic( _ ByVal textType As TextType, _ ByVal geometry As Geometry, _ Optional ByVal textSymbol As CIMTextSymbol, _ Optional ByVal text As String _ ) As CIMTextGraphicBase
Parameters
- textType
- The type of text graphic to create
- geometry
- The geometry for the resulting graphic
- textSymbol
- The text symbol to be used with the graphic (optional)
- text
- The text string (optional)