Class ObjectInformationBuilder
Inheritance
System.Object
System.MarshalByRefObject
ObjectInformationBuilder
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 ObjectInformationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ObjectInformationBuilder()
Declaration
protected ObjectInformationBuilder()
Properties
ItemID
Declaration
public string ItemID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemName
Declaration
public string ItemName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemTypes
Declaration
public string ItemTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RevisionID
Declaration
public string RevisionID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetDescription()
Declaration
public string[] GetDescription()
Returns
Type | Description |
---|---|
System.String[] |
SetDescription(String[])
Declaration
public void SetDescription(string[] description)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | description |
Implements
System.Runtime.Remoting.Messaging.IMessageSink