Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / TryParseIdentifier Method / TryParseIdentifier(String,StorableObject) Method
The string identifier for the object. This string has to be created with the ToString() function.
The storable object

In This Topic
    TryParseIdentifier(String,StorableObject) Method
    In This Topic
    Returns this object created from the string identifier
    Syntax
    public static bool TryParseIdentifier( 
       string strObject,
       ref StorableObject resultObj
    )
    public:
    static bool TryParseIdentifier( 
       String^ strObject,
       StorableObject^% resultObj
    ) 

    Parameters

    strObject
    The string identifier for the object. This string has to be created with the ToString() function.
    resultObj
    The storable object

    Return Value

    true when the object was created successfully
    Remarks
    The string is valid during runtime only. When the project the object belongs to is closed, the string gets invalid.
    See Also