Class RuntimeObject
Inheritance
RuntimeObject
Assembly: NXOpen.Utilities.dll
Syntax
public class RuntimeObject
Constructors
RuntimeObject(nint)
Declaration
protected RuntimeObject(nint pItem)
Parameters
Type |
Name |
Description |
nint |
pItem |
|
Fields
m_pItem
Declaration
Field Value
Properties
Active
Declaration
public virtual bool Active { get; set; }
Property Value
Methods
AskAssembly()
Declaration
public ComponentPart AskAssembly()
Returns
Dispose()
Declaration
public virtual void Dispose()
~RuntimeObject()
Declaration
protected ~RuntimeObject()
GetBoolArrayValue(int)
Declaration
protected bool[] GetBoolArrayValue(int nProp)
Parameters
Type |
Name |
Description |
int |
nProp |
|
Returns
GetDoubleArrayValue(int)
Declaration
protected double[] GetDoubleArrayValue(int nProp)
Parameters
Type |
Name |
Description |
int |
nProp |
|
Returns
GetIntArrayValue(int)
Declaration
protected int[] GetIntArrayValue(int nProp)
Parameters
Type |
Name |
Description |
int |
nProp |
|
Returns
GetPhysicsObject()
Declaration
public Tag GetPhysicsObject()
Returns
GetStringArrayValue(int)
Declaration
protected string[] GetStringArrayValue(int nProp)
Parameters
Type |
Name |
Description |
int |
nProp |
|
Returns
GetStringValue(int)
Declaration
protected string GetStringValue(int nProp)
Parameters
Type |
Name |
Description |
int |
nProp |
|
Returns
SetBoolArrayValue(int, bool[])
Declaration
protected bool SetBoolArrayValue(int nProp, bool[] bArrayValue)
Parameters
Type |
Name |
Description |
int |
nProp |
|
bool[] |
bArrayValue |
|
Returns
SetDoubleArrayValue(int, double[])
Declaration
protected bool SetDoubleArrayValue(int nProp, double[] doubleArrayValue)
Parameters
Type |
Name |
Description |
int |
nProp |
|
double[] |
doubleArrayValue |
|
Returns
SetIntArrayValue(int, int[])
Declaration
protected bool SetIntArrayValue(int nProp, int[] intArrayValue)
Parameters
Type |
Name |
Description |
int |
nProp |
|
int[] |
intArrayValue |
|
Returns
SetStringArrayValue(int, string[])
Declaration
protected bool SetStringArrayValue(int nProp, string[] strArrayValue)
Parameters
Type |
Name |
Description |
int |
nProp |
|
string[] |
strArrayValue |
|
Returns
SetStringValue(int, string)
Declaration
protected bool SetStringValue(int nProp, string strValue)
Parameters
Type |
Name |
Description |
int |
nProp |
|
string |
strValue |
|
Returns