public Element CreateElement( IElementContainer elementContainer, CIMElement cimElement, bool select )
Public Function CreateElement( _ ByVal elementContainer As IElementContainer, _ ByVal cimElement As CIMElement, _ Optional ByVal select As Boolean _ ) As Element
Parameters
- elementContainer
- The parent element container. It can be a presentation page or a group element that is associated with a presentation page.
- cimElement
- The cimElement to be created
- select
- Select after create flag (default is true) (optional)