NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current 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 ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.