Class BaseArgument
Assembly: NXOpen.dll
Syntax
public class BaseArgument : TaggedObject, IMessageSink, INXObject
Constructors
BaseArgument()
Declaration
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Hint
Declaration
public string Hint { get; set; }
Property Value
IsOccurrence
Declaration
public bool IsOccurrence { get; }
Property Value
JournalIdentifier
Declaration
public string JournalIdentifier { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Optional
Declaration
public bool Optional { get; set; }
Property Value
OwningComponent
Declaration
public Component OwningComponent { get; }
Property Value
OwningPart
Declaration
public BasePart OwningPart { get; }
Property Value
Prototype
Declaration
public INXObject Prototype { get; }
Property Value
Methods
FindObject(string)
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
Print()
Declaration
SetName(string)
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink