Eplan Platform API
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class / AsInt Property

In This Topic
    AsInt Property
    In This Topic
    Integer number of this property. When setting a property by number, be aware, that the property might not exist for the object.
    Syntax
    public int AsInt {get; set;}
    public:
    property int AsInt {
       int get();
       void set (    int value);
    }
    Exceptions
    ExceptionDescription
    Thrown when property was not found.
    See Also