Class ProgramInformation
Inheritance
ProgramInformation
Assembly: NXOpen.dll
public class ProgramInformation : TaggedObject, IMessageSink, INXObject
Constructors
Declaration
protected ProgramInformation()
Properties
Declaration
public string FunctionName { get; set; }
Property Value
Declaration
public bool IsOccurrence { get; }
Property Value
Declaration
public string JournalIdentifier { get; }
Property Value
Declaration
public ProgramInformation.LanguageType Language { get; set; }
Property Value
Declaration
public string Name { get; }
Property Value
Declaration
public Component OwningComponent { get; }
Property Value
Declaration
public BasePart OwningPart { get; }
Property Value
Declaration
public string ProgramFile { get; set; }
Property Value
Declaration
public INXObject Prototype { get; }
Property Value
Methods
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
Declaration
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink