NXOpen .NET Reference  12.0.0
Protected Member Functions | Properties | List of all members
NXOpen.Validate.PartNode Class Reference

Represents a part file that validator will check against. More...

Inheritance diagram for NXOpen.Validate.PartNode:

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe string FileName [get, set]
 Returns or sets the part file name More...
 
unsafe NXOpen.Part PartObject [get, set]
 Returns or sets the part object More...
 

Detailed Description

Represents a part file that validator will check against.

Part node contains the information of part filename and part object. You can create the part node by inputting part filename, or by inputting part object, or by inputting both. Validator will use the part object in the part node for checking. Only when the part object in the part node is a null reference (Nothing in Visual Basic), then validator will use the part filename for checking.

Created in NX7.5.0

Member Function Documentation

override void NXOpen.Validate.PartNode.FreeResource ( )
protected

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.

Created in NX7.5.0

License requirements: None.

Property Documentation

unsafe string NXOpen.Validate.PartNode.FileName
getset

Returns or sets the part file name

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Part NXOpen.Validate.PartNode.PartObject
getset

Returns or sets the part object

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.