Search Results for

    Show / Hide Table of Contents

    Struct ParameterId

    Represents a Cam parameter identifier.

    Implements
    IEquatable<ParameterId>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: TopSolid.Cam.NC.Kernel.Automating
    Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
    Syntax
    [DataContract]
    [AvailableSinceVersion(7, 8, 0, 0)]
    public struct ParameterId : IEquatable<ParameterId>

    Constructors

    Name Description
    ParameterId(ElementExId, string)

    Initializes a new instance of the ParameterId structure.

    Fields

    Name Description
    Empty

    Empty identifier.

    Properties

    Name Description
    ElementId

    Gets the identifier of the owner element. Id is empty in this ElementId is not empty.

    IsEmpty

    Tells whether the parameter identifier is empty.

    Name

    Gets the name of the parameter.

    Methods

    Name Description
    Equals(object)

    Implements Equals(T).

    Equals(ParameterId)

    Implements Equals(object).

    GetHashCode()

    Operators

    Name Description
    operator ==(ParameterId, ParameterId)

    Tells whether two parameter identifiers are equal.

    operator !=(ParameterId, ParameterId)

    Tells whether two parameter identifiers are different.

    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.