Class UdeBuilder
Inheritance
System.Object
System.MarshalByRefObject
UdeBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class UdeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UdeBuilder()
Declaration
Properties
EventCategoryDrilling
Declaration
public bool EventCategoryDrilling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EventCategoryMilling
Declaration
public bool EventCategoryMilling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EventCategoryTurning
Declaration
public bool EventCategoryTurning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EventCategoryWireEDM
Declaration
public bool EventCategoryWireEDM { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EventDescription
Declaration
public UdeBuilder.EventDescriptionType EventDescription { get; set; }
Property Value
EventHelpDescription
Declaration
public string EventHelpDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
EventHelpLocation
Declaration
public string EventHelpLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
EventID
Declaration
public string EventID { get; set; }
Property Value
Type |
Description |
System.String |
|
EventName
Declaration
public string EventName { get; set; }
Property Value
Type |
Description |
System.String |
|
PostEvent
Declaration
public string PostEvent { get; set; }
Property Value
Type |
Description |
System.String |
|
UdeParameterList
Declaration
public UdeParameterBuilderList UdeParameterList { get; }
Property Value
Methods
AddItem(UdeParameterBuilder)
Declaration
public void AddItem(UdeParameterBuilder itemBuilder)
Parameters
DeleteItem(UdeParameterBuilder)
Declaration
public void DeleteItem(UdeParameterBuilder itemBuilder)
Parameters
DeleteItems()
Declaration
public void DeleteItems()
GetUdeParameterBuilder(String)
Declaration
public UdeParameterBuilder GetUdeParameterBuilder(string parameterID)
Parameters
Type |
Name |
Description |
System.String |
parameterID |
|
Returns
RenameParameterID(UdeParameterBuilder, String, String)
Declaration
public void RenameParameterID(UdeParameterBuilder itemBuilder, string oldParameterID, string newParameterID)
Parameters
Type |
Name |
Description |
UdeParameterBuilder |
itemBuilder |
|
System.String |
oldParameterID |
|
System.String |
newParameterID |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink