Class PaintParametersData
Inheritance
System.Object
System.MarshalByRefObject
PaintParametersData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.ShipDesign
Assembly: NXOpen.dll
Syntax
public class PaintParametersData : TransientObject, IMessageSink, IDisposable
Constructors
PaintParametersData(IntPtr)
Declaration
protected PaintParametersData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
EditParameter(String, String)
Declaration
public void EditParameter(string parameterName, string parameterValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | parameterName | |
System.String | parameterValue |
EditPrimaryParameter(String, String)
Declaration
public void EditPrimaryParameter(string parameterName, string parameterValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | parameterName | |
System.String | parameterValue |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetCheckedParameters()
Declaration
public PaintParametersParameterValue[] GetCheckedParameters()
Returns
Type | Description |
---|---|
PaintParametersParameterValue[] |
RefreshParentParameter()
Declaration
public void RefreshParentParameter()
SetPaintParameterStatus(String, Int32, Boolean)
Declaration
public void SetPaintParameterStatus(string parameterName, int parameterStatus, bool isAdd)
Parameters
Type | Name | Description |
---|---|---|
System.String | parameterName | |
System.Int32 | parameterStatus | |
System.Boolean | isAdd |
SetParameterStatus(String, Int32, Boolean)
Declaration
public void SetParameterStatus(string parameterName, int parameterStatus, bool isAdd)
Parameters
Type | Name | Description |
---|---|---|
System.String | parameterName | |
System.Int32 | parameterStatus | |
System.Boolean | isAdd |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable