Class ConfigurableObject
Inheritance
System.Object
System.MarshalByRefObject
ConfigurableObject
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.UserDefinedTemplate
Assembly: NXOpen.dll
Syntax
public class ConfigurableObject : NXObject, IMessageSink, INXObject
Constructors
ConfigurableObject()
Declaration
protected ConfigurableObject()
Methods
GetLogicalParameter(ConfigurableObject.PropertyId)
Declaration
public bool GetLogicalParameter(ConfigurableObject.PropertyId propertyId)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId |
Returns
Type | Description |
---|---|
System.Boolean |
GetMenuParameter(ConfigurableObject.PropertyId)
Declaration
public int GetMenuParameter(ConfigurableObject.PropertyId propertyId)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId |
Returns
Type | Description |
---|---|
System.Int32 |
GetParameter(ConfigurableObject.PropertyId)
Declaration
public string GetParameter(ConfigurableObject.PropertyId propertyId)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId |
Returns
Type | Description |
---|---|
System.String |
SetChoiceParameter(ConfigurableObject.PropertyId, String[])
Declaration
public void SetChoiceParameter(ConfigurableObject.PropertyId propertyId, string[] choices)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId | |
System.String[] | choices |
SetLogicalParameter(ConfigurableObject.PropertyId, Boolean)
Declaration
public void SetLogicalParameter(ConfigurableObject.PropertyId propertyId, bool value)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId | |
System.Boolean | value |
SetMenuParameter(ConfigurableObject.PropertyId, Int32)
Declaration
public void SetMenuParameter(ConfigurableObject.PropertyId propertyId, int menuIndex)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId | |
System.Int32 | menuIndex |
SetParameter(ConfigurableObject.PropertyId, String)
Declaration
public void SetParameter(ConfigurableObject.PropertyId propertyId, string value)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId | |
System.String | value |
SetTagParameter(ConfigurableObject.PropertyId, NXObject)
Declaration
public void SetTagParameter(ConfigurableObject.PropertyId propertyId, NXObject referenceObject)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.PropertyId | propertyId | |
NXObject | referenceObject |
Update(ConfigurableObject.UpdateType)
Declaration
public void Update(ConfigurableObject.UpdateType updateType)
Parameters
Type | Name | Description |
---|---|---|
ConfigurableObject.UpdateType | updateType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink