Class ObjectProperty
Inheritance
ObjectProperty
Assembly: NXOpen.dll
Syntax
public class ObjectProperty : TransientObject, IMessageSink, IDisposable
Constructors
ObjectProperty(nint)
Declaration
protected ObjectProperty(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AcquisitionMethod
Declaration
public ObjectProperty.AcquisitionMethods AcquisitionMethod { get; set; }
Property Value
CiId
Declaration
public int CiId { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
NumChildren
Declaration
public int NumChildren { get; }
Property Value
Parent
Declaration
public ObjectProperty Parent { get; }
Property Value
QualifiedName
Declaration
public string QualifiedName { get; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetChildren()
Declaration
public ObjectProperty[] GetChildren()
Returns
Insert(ObjectProperty)
Declaration
public void Insert(ObjectProperty node)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink