Class GenericTagInfo
Inheritance
GenericTagInfo
Assembly: NXOpen.dll
Syntax
public class GenericTagInfo : TransientObject, IMessageSink, IDisposable
Constructors
GenericTagInfo(nint)
Declaration
protected GenericTagInfo(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
IOType
Declaration
public GenericSignal.ExternalIOTypes IOType { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink