Class RuntimeButtonBuilder
Inheritance
System.Object
System.MarshalByRefObject
RuntimeButtonBuilder
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 RuntimeButtonBuilder : CollisionShapeBuilder, IMessageSink, IComponentBuilder
Constructors
RuntimeButtonBuilder()
Declaration
protected RuntimeButtonBuilder()
Properties
ActiveStatusColor
Declaration
public NXColor ActiveStatusColor { get; set; }
Property Value
| Type | Description |
|---|---|
| NXColor |
ButtonType
Declaration
public RuntimeButtonBuilder.ButtonTypes ButtonType { get; set; }
Property Value
| Type | Description |
|---|---|
| RuntimeButtonBuilder.ButtonTypes |
Geometry
Declaration
public SelectNXObjectList Geometry { get; }
Property Value
| Type | Description |
|---|---|
| SelectNXObjectList |
InactiveStatusColor
Declaration
public NXColor InactiveStatusColor { get; set; }
Property Value
| Type | Description |
|---|---|
| NXColor |
InitialValue
Declaration
public RuntimeButtonBuilder.InitialValues InitialValue { get; set; }
Property Value
| Type | Description |
|---|---|
| RuntimeButtonBuilder.InitialValues |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OverrideActiveStatusColor
Declaration
public bool OverrideActiveStatusColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OverrideInactiveStatusColor
Declaration
public bool OverrideInactiveStatusColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
SetGeometry(NXObject[])
Declaration
public void SetGeometry(NXObject[] geometries)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject[] | geometries |
Implements
System.Runtime.Remoting.Messaging.IMessageSink