Class ConfigurableObject
Inheritance
ConfigurableObject
Assembly: NXOpen.dll
Syntax
public class ConfigurableObject : NXObject, IMessageSink, INXObject
Constructors
ConfigurableObject()
Declaration
protected ConfigurableObject()
Methods
GetLogicalParameter(PropertyId)
Declaration
public bool GetLogicalParameter(ConfigurableObject.PropertyId propertyId)
Parameters
Returns
Declaration
public int GetMenuParameter(ConfigurableObject.PropertyId propertyId)
Parameters
Returns
GetParameter(PropertyId)
Declaration
public string GetParameter(ConfigurableObject.PropertyId propertyId)
Parameters
Returns
SetChoiceParameter(PropertyId, string[])
Declaration
public void SetChoiceParameter(ConfigurableObject.PropertyId propertyId, string[] choices)
Parameters
SetLogicalParameter(PropertyId, bool)
Declaration
public void SetLogicalParameter(ConfigurableObject.PropertyId propertyId, bool value)
Parameters
Declaration
public void SetMenuParameter(ConfigurableObject.PropertyId propertyId, int menuIndex)
Parameters
SetParameter(PropertyId, string)
Declaration
public void SetParameter(ConfigurableObject.PropertyId propertyId, string value)
Parameters
SetTagParameter(PropertyId, NXObject)
Declaration
public void SetTagParameter(ConfigurableObject.PropertyId propertyId, NXObject referenceObject)
Parameters
Update(UpdateType)
Declaration
public void Update(ConfigurableObject.UpdateType updateType)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink