TracelinkQuery Class

class NXOpen.PDM.TracelinkQuery

Bases: NXOpen.TransientObject

Represents the Trace link query

To obtain an instance of this class use NXOpen.PDM.RequirementUtils

New in version NX6.0.3.

Methods

Method Description
Dispose Frees the object from memory.
GetTracelinkRelationsXml Gets the Traceline Relations.

Method Detail

Dispose

TracelinkQuery.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 NX6.0.3.

License requirements: None.

GetTracelinkRelationsXml

TracelinkQuery.GetTracelinkRelationsXml

Gets the Traceline Relations.

Signature GetTracelinkRelationsXml()

Returns:the XML
Return type:str

New in version NX6.0.3.

License requirements: None.