Class ComparisonResult
Inheritance
System.Object
System.MarshalByRefObject
ComparisonResult
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class ComparisonResult : ComparisonResultBase, IMessageSink, IDisposable
Constructors
ComparisonResult(IntPtr)
Declaration
protected ComparisonResult(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ConflictLogicalObject
Declaration
public LogicObject ConflictLogicalObject { get; set; }
Property Value
Type | Description |
---|---|
LogicObject |
LogicalObject
Declaration
public LogicObject LogicalObject { get; set; }
Property Value
Type | Description |
---|---|
LogicObject |
ResultCategory
Declaration
public ComparisonResult.Category ResultCategory { get; set; }
Property Value
Type | Description |
---|---|
ComparisonResult.Category |
ResultName
Declaration
public string ResultName { get; }
Property Value
Type | Description |
---|---|
System.String |
ResultType
Declaration
public string ResultType { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAttributes(out ComparisonResultAttribute[])
Declaration
public void GetAttributes(out ComparisonResultAttribute[] attributes)
Parameters
Type | Name | Description |
---|---|---|
ComparisonResultAttribute[] | attributes |
GetElectricalParts(out ComparisonResultElectricalPart[])
Declaration
public void GetElectricalParts(out ComparisonResultElectricalPart[] electricalParts)
Parameters
Type | Name | Description |
---|---|---|
ComparisonResultElectricalPart[] | electricalParts |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable