public GraphicElement CreateGraphicElement( ILayoutElementContainer elementContainer, Geometry geometry, CIMSymbol symbol, string elementName )
Public Overloads Function CreateGraphicElement( _ ByVal elementContainer As ILayoutElementContainer, _ ByVal geometry As Geometry, _ Optional ByVal symbol As CIMSymbol, _ Optional ByVal elementName As String _ ) As GraphicElement
Parameters
- elementContainer
- Layout or GroupElement
- geometry
- The geometry to be used for the graphic element
- symbol
- The symbol to be used for the graphic element. Can be null
- elementName
- An element name (optional)