Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / IntegerProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(Int32,IntegerProperty) Operator
Integer property to convert to integer.
In This Topic
    Implicit Type Conversion(Int32,IntegerProperty) Operator
    In This Topic
    Implicit conversion from IntegerProperty to System.Int32.
    Syntax
    public int operator implicit( 
       IntegerProperty property
    )

    Parameters

    property
    Integer property to convert to integer.

    Return Value

    Integer value from the property.
    See Also