Search Results for

    Show / Hide Table of Contents

    Struct OPCClientBuilder.TagAttribute

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Mechatronics
    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
    Type Name Description
    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
    string

    TagType

    Declaration
    public OPCClientBuilder.TagDataType TagType
    Field Value
    Type Description
    OPCClientBuilder.TagDataType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX