Search Results for

    Show / Hide Table of Contents

    Struct PdmObjectId

    Represents a PDM object identifier.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: TopSolid.Kernel.Automating
    Assembly: cs.temp.dll.dll
    Syntax
    [AvailableSinceVersion(7, 6, 0, 0)]
    public struct PdmObjectId
    Remarks

    This structure is available since v7.6.

    Constructors

    PdmObjectId(String)

    Initializes a new instance of the PdmObjectId structure.

    Declaration
    public PdmObjectId(string inPdmObjectId)
    Parameters
    Type Name Description
    System.String inPdmObjectId

    PDM object identifier, or null if empty.

    Fields

    Empty

    Empty identifier.

    Declaration
    public static readonly PdmObjectId Empty
    Field Value
    Type Description
    PdmObjectId

    Properties

    Id

    Gets the PDM object identifier.

    Declaration
    public readonly string Id { get; }
    Property Value
    Type Description
    System.String

    IsEmpty

    Tells whether the identifier is empty.

    Declaration
    public readonly bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    • Mentions légales
    • C.G.U
    • Données personnelles

    Copyright © 2024 TopSolid Tous droits réservés