Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItem Class / FromDataModelIdentifier Method
The data model identifier of the objetc. This string has to be created with the ToDataModelIdentifier() function.

In This Topic
    FromDataModelIdentifier Method
    In This Topic
    Returns object found by its data model identifier.
    Syntax
    public static MDPartsDatabaseItem FromDataModelIdentifier( 
       string strObject
    )
    public:
    static MDPartsDatabaseItem^ FromDataModelIdentifier( 
       String^ strObject
    ) 

    Parameters

    strObject
    The data model identifier of the objetc. This string has to be created with the ToDataModelIdentifier() function.
    See Also