Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / ToInt Method

In This Topic
    ToInt Method (PropertyValue)
    In This Topic
    Used in conversion of the PropertyValue object to int.
    Syntax
    public int ToInt()
    public:
    int ToInt(); 

    Return Value

    Returns the int value of the PropertyValue object.
    Exceptions
    ExceptionDescription
    Thrown if the source is indexed, but the destination is an unindexed property.
    Thrown if the source is not an indexed property, but the destination is indexed.
    See Also