GraphicElement CreateGraphicElement( IElementContainer elementContainer, Geometry geometry, CIMSymbol symbol, string elementName, bool select, ElementInfo elementInfo )
Overloads Function CreateGraphicElement( _ ByVal elementContainer As IElementContainer, _ ByVal geometry As Geometry, _ Optional ByVal symbol As CIMSymbol, _ Optional ByVal elementName As String, _ Optional ByVal select As Boolean, _ Optional ByVal elementInfo As ElementInfo _ ) As GraphicElement
Parameters
- elementContainer
- The parent element container. It can be a presentation page or a group element that is associated with a presentation page.
- geometry
- The geometry to be used for the graphic element
- symbol
- The symbol to be used for the graphic element (optional)
- elementName
- An element name (optional)
- select
- Select after create flag (default is true) (optional)
- elementInfo
- Additional element properties (optional)