API Help
Eplan.EplApi.DataModel Namespace / StorableObject Class / TypeIdentifier Property

In This Topic
    TypeIdentifier Property
    In This Topic
    Returns the type of the object as number.
    Syntax
    public uint TypeIdentifier {get;}
    public:
    property uint TypeIdentifier {
       uint get();
    }

    Property Value

    the number of the type
    Exceptions
    ExceptionDescription
    Thrown when the object is invalid.
    See Also