Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / ToString Method / ToString() Method

In This Topic
    ToString() Method
    In This Topic
    Returns a string that represents the current object.
    Syntax
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current 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