Class ExamineSteelFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
ExamineSteelFeatureBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class ExamineSteelFeatureBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ExamineSteelFeatureBuilder()
Declaration
protected ExamineSteelFeatureBuilder()
Properties
SelectObject
Declaration
public SelectDisplayableObjectList SelectObject { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Methods
DisplayInformation()
Declaration
public void DisplayInformation()
Examine()
Declaration
public void Examine()
GetCheckResult(ExamineSteelFeatureBuilderCheck)
Declaration
public ExamineSteelFeatureBuilderResult GetCheckResult(ExamineSteelFeatureBuilderCheck check)
Parameters
Type | Name | Description |
---|---|---|
ExamineSteelFeatureBuilderCheck | check |
Returns
Type | Description |
---|---|
ExamineSteelFeatureBuilderResult |
HighlightCheckResult(ExamineSteelFeatureBuilderCheck, Boolean)
Declaration
public void HighlightCheckResult(ExamineSteelFeatureBuilderCheck check, bool highlight)
Parameters
Type | Name | Description |
---|---|---|
ExamineSteelFeatureBuilderCheck | check | |
System.Boolean | highlight |
SetCheck(ExamineSteelFeatureBuilderCheck, Boolean)
Declaration
public void SetCheck(ExamineSteelFeatureBuilderCheck check, bool status)
Parameters
Type | Name | Description |
---|---|---|
ExamineSteelFeatureBuilderCheck | check | |
System.Boolean | status |
Implements
System.Runtime.Remoting.Messaging.IMessageSink