Struct OPCClientBuilder.TagAttribute
Assembly: NXOpen.dll
Syntax
public struct OPCClientBuilder.TagAttribute
Constructors
TagAttribute(string, TagDataType, TagAccess)
Declaration
public TagAttribute(string TagName, OPCClientBuilder.TagDataType TagType, OPCClientBuilder.TagAccess TagAccess)
Parameters
Fields
TagAccess
Declaration
public OPCClientBuilder.TagAccess TagAccess
Field Value
TagName
Declaration
Field Value
TagType
Declaration
public OPCClientBuilder.TagDataType TagType
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides