Class ProxyObjectBuilder
Inheritance
System.Object
System.MarshalByRefObject
ProxyObjectBuilder
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 ProxyObjectBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ProxyObjectBuilder()
Declaration
protected ProxyObjectBuilder()
Properties
BuilderType
Declaration
public ProxyObjectBuilder.Type BuilderType { get; set; }
Property Value
Type | Description |
---|---|
ProxyObjectBuilder.Type |
Context
Declaration
public BasePart Context { get; set; }
Property Value
Type | Description |
---|---|
BasePart |
MaxParamId
Declaration
public int MaxParamId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParameterList
Declaration
public ProxyObjectParameterBuilderList ParameterList { get; }
Property Value
Type | Description |
---|---|
ProxyObjectParameterBuilderList |
ProxyObjectName
Declaration
public string ProxyObjectName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectGeomObject
Declaration
public SelectNXObjectList SelectGeomObject { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
SelectPhysicsObject
Declaration
public SelectNXObjectList SelectPhysicsObject { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
UseType
Declaration
public int UseType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink