Interface INXObject
Assembly: NXOpen.dll
Syntax
public interface INXObject
Properties
IsOccurrence
Declaration
bool IsOccurrence { get; }
Property Value
JournalIdentifier
Declaration
string JournalIdentifier { get; }
Property Value
Name
Declaration
Property Value
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 |
string |
journalIdentifier |
|
Returns
Print()
Declaration
SetName(string)
Declaration
void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|