Struct OPCClientBuilder.TagAttribute
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public struct TagAttribute
Constructors
TagAttribute(String, OPCClientBuilder.TagDataType, OPCClientBuilder.TagAccess)
Declaration
public TagAttribute(string TagName, OPCClientBuilder.TagDataType TagType, OPCClientBuilder.TagAccess TagAccess)
Parameters
Type | Name | Description |
---|---|---|
System.String | TagName | |
OPCClientBuilder.TagDataType | TagType | |
OPCClientBuilder.TagAccess | TagAccess |
Fields
TagAccess
Declaration
public OPCClientBuilder.TagAccess TagAccess
Field Value
Type | Description |
---|---|
OPCClientBuilder.TagAccess |
TagName
Declaration
public string TagName
Field Value
Type | Description |
---|---|
System.String |
TagType
Declaration
public OPCClientBuilder.TagDataType TagType
Field Value
Type | Description |
---|---|
OPCClientBuilder.TagDataType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()