public GraphicElement CreateGraphicElement( ILayoutElementContainer elementContainer, CIMGraphic graphic, IEnumerable<CIMStringMap> customProperties, string elementName )
Public Overloads Function CreateGraphicElement( _ ByVal elementContainer As ILayoutElementContainer, _ ByVal graphic As CIMGraphic, _ ByVal customProperties As IEnumerable(Of CIMStringMap), _ ByVal elementName As String _ ) As GraphicElement
Parameters
- elementContainer
- Layout or GroupElement
- graphic
- CIMGraphic
- customProperties
- Custom properties or null
- elementName
- The name of the element or null to use the default.