NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Mechatronics.ComparisonResultElectricalPart Class Reference

Represents electrical part of comparison result More...

Inheritance diagram for NXOpen.Mechatronics.ComparisonResultElectricalPart:
NXOpen.Mechatronics.ComparisonResultBase NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  Status { Added, Removed, Updated, Identical }
 Defines statuses of electrical parts More...
 

Public Member Functions

unsafe void GetAttributes (out string[] attributeNames, out string[] attributeValues)
 Gets a list of attributes from the electrical part More...
 

Protected Member Functions

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

Properties

unsafe
NXOpen.Mechatronics.ComparisonResultElectricalPart.Status 
ComparisonStatus [get]
 Returns the status from the electrical part More...
 
unsafe string PartNumber [get]
 Returns the part number from the electrical part More...
 
- Properties inherited from NXOpen.Mechatronics.ComparisonResultBase
unsafe bool Ignored [get, set]
 Returns or sets the flag marked if the object will be ingored when applying it to logical model 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...
 

Detailed Description

Represents electrical part of comparison result

Created in NX9.0.0

Member Enumeration Documentation

Defines statuses of electrical parts

Enumerator
Added 

Added status

Removed 

Removed status

Updated 

Updated status

Identical 

Identical status

Member Function Documentation

override void NXOpen.Mechatronics.ComparisonResultElectricalPart.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 NX9.0.0

License requirements: None.

Reimplemented from NXOpen.Mechatronics.ComparisonResultBase.

unsafe void NXOpen.Mechatronics.ComparisonResultElectricalPart.GetAttributes ( out string[]  attributeNames,
out string[]  attributeValues 
)
inline

Gets a list of attributes from the electrical part

Created in NX9.0.0

License requirements: None.

Parameters
attributeNamesArray of attribute names
attributeValuesArray of attribute values

Property Documentation

unsafe NXOpen.Mechatronics.ComparisonResultElectricalPart.Status NXOpen.Mechatronics.ComparisonResultElectricalPart.ComparisonStatus
get

Returns the status from the electrical part

Created in NX9.0.0

License requirements: None.

unsafe string NXOpen.Mechatronics.ComparisonResultElectricalPart.PartNumber
get

Returns the part number from the electrical part

Created in NX9.0.0

License requirements: None.


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