public GraphicElement CreateGraphicElement( ILayoutElementContainer elementContainer, Geometry geometry, IEnumerable<CIMStringMap> customProperties, CIMSymbol symbol, string elementName )
Public Overloads Function CreateGraphicElement( _ ByVal elementContainer As ILayoutElementContainer, _ ByVal geometry As Geometry, _ ByVal customProperties As IEnumerable(Of CIMStringMap), _ 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
- customProperties
- Custom properties or null
- symbol
- The symbol to be used for the graphic element. Can be null
- elementName
- An element name (optional)