DocumentData Class

class NXOpen.OpenXml.DocumentData

Bases: NXOpen.TransientObject

Represents the definition of the base document data

New in version NX11.0.0.

Methods

Method Description
Dispose Frees the object from memory.
GetDataType Gets a specified document data type

Enumerations

DocumentDataType Enumeration the document data type

Method Detail

Dispose

DocumentData.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX11.0.0.

License requirements: None.

GetDataType

DocumentData.GetDataType

Gets a specified document data type

Signature GetDataType()

Returns:the data type defined by the NXOpen.OpenXml.DocumentDataType
Return type:NXOpen.OpenXml.DocumentDataType

New in version NX11.0.0.

License requirements: None.