Interface ITwinPrimitiveInfo
Provides interface for information about value types symbols.
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
public interface ITwinPrimitiveInfo
Properties
| Edit this page View SourceGroup
Gets group of this value type.
Declaration
uint Group { get; }
Property Value
Type | Description |
---|---|
uint |
Length
Gets length of this value type in bytes.
Declaration
int Length { get; }
Property Value
Type | Description |
---|---|
int |
Symbol
Get the symbol of this tag.
Declaration
string Symbol { get; }
Property Value
Type | Description |
---|---|
string |