Class UdfDescriptionBuilder
Inheritance
System.Object
System.MarshalByRefObject
UdfDescriptionBuilder
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.Motion
Assembly: NXOpen.dll
Syntax
public class UdfDescriptionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UdfDescriptionBuilder()
Declaration
protected UdfDescriptionBuilder()
Properties
UdfType
Declaration
public UdfDescriptionBuilder.UdfNumber UdfType { get; set; }
Property Value
Type | Description |
---|---|
UdfDescriptionBuilder.UdfNumber |
Methods
GetCommandName()
Declaration
public string GetCommandName()
Returns
Type | Description |
---|---|
System.String |
GetDescriptionContents()
Declaration
public string[] GetDescriptionContents()
Returns
Type | Description |
---|---|
System.String[] |
SetCommandName(String)
Declaration
public void SetCommandName(string descriptionContents)
Parameters
Type | Name | Description |
---|---|---|
System.String | descriptionContents |
SetDescriptionContents(String[])
Declaration
public void SetDescriptionContents(string[] descriptionContents)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | descriptionContents |
Implements
System.Runtime.Remoting.Messaging.IMessageSink