Interface INXObject
Assembly: NXOpen.dll
Syntax
public interface INXObject
Properties
IsOccurrence
Declaration
bool IsOccurrence { get; }
Property Value
Type |
Description |
System.Boolean |
|
JournalIdentifier
Declaration
string JournalIdentifier { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
OwningComponent
Declaration
Component OwningComponent { get; }
Property Value
OwningPart
Declaration
BasePart OwningPart { get; }
Property Value
Prototype
Declaration
INXObject Prototype { get; }
Property Value
Methods
FindObject(String)
Declaration
INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
Print()
Declaration
SetName(String)
Declaration
void SetName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|