Request

Response

    ElementDataModel.AddElement method (1 of 2)

    Add Element

    public Element AddElement(ElementProperties properties)
    
    parameterdescription
    properties Element properties

    Return Value

    Instance of type Element

    Exceptions

    exceptioncondition
    ArgumentException
    Exception

    See Also


    ElementDataModel.AddElement method (2 of 2)

    Add Element

    public Element AddElement(ElementProperties properties, Element parent)
    
    parameterdescription
    properties Element properties
    parent The Parent element node this element should be created under

    Return Value

    Instance of type Element

    Exceptions

    exceptioncondition
    ArgumentException
    Exception

    See Also