Search Results for

    Show / Hide Table of Contents

    Struct ElementId

    Represents an element identifier.

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

    This structure is available since v7.6.

    Constructors

    Name Description
    ElementId(DocumentId, int)

    Initializes a new instance of the ElementId structure.

    Fields

    Name Description
    Empty

    Empty identifier.

    Properties

    Name Description
    DocumentId

    Gets the identifier of the document of the element.

    Id

    Gets the identifier of the element within its document.

    IsEmpty

    Tells whether the element identifier is empty.

    Methods

    Name Description
    Equals(object)
    Equals(ElementId)
    GetHashCode()

    Operators

    Name Description
    operator ==(ElementId, ElementId)

    Tells whether two element identifiers are equal.

    operator !=(ElementId, ElementId)

    Tells whether two element identifiers are different.

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

    Copyright ©2025 TopSolid - All rights reserved.