PdmNavigatorNode Class

class NXOpen.PDM.PdmNavigatorNode

Bases: NXOpen.TreeListNode

Represents a PdmNavigatorNode

New in version NX6.0.4.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetNodeType Returns the type of the PdmNavigatorNode in PDM
GetUid Returns the unique identifier of the PdmNavigatorNode in PDM

Method Detail

GetNodeType

PdmNavigatorNode.GetNodeType

Returns the type of the PdmNavigatorNode in PDM

Signature GetNodeType()

Returns:
Return type:str

New in version NX6.0.4.

License requirements: None.

GetUid

PdmNavigatorNode.GetUid

Returns the unique identifier of the PdmNavigatorNode in PDM

Signature GetUid()

Returns:
Return type:str

New in version NX6.0.4.

License requirements: None.