Share via


Scene3DType Constructors

Definition

Overloads

Scene3DType()

Initializes a new instance of the Scene3DType class.

Scene3DType(OpenXmlElement[])

Initializes a new instance of the Scene3DType class with the specified child elements.

Scene3DType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Scene3DType class with the specified child elements.

Scene3DType(String)

Initializes a new instance of the Scene3DType class from outer XML.

Scene3DType()

Initializes a new instance of the Scene3DType class.

public Scene3DType ();
Public Sub New ()

Applies to

Scene3DType(OpenXmlElement[])

Initializes a new instance of the Scene3DType class with the specified child elements.

public Scene3DType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Scene3DType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Scene3DType
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Scene3DType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Scene3DType class with the specified child elements.

public Scene3DType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Scene3DType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Scene3DType
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Scene3DType(String)

Initializes a new instance of the Scene3DType class from outer XML.

public Scene3DType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Scene3DType : string -> DocumentFormat.OpenXml.Drawing.Scene3DType
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to