public static StorableObject FromStringIdentifier( string strObject, ushort nId )
public: static StorableObject^ FromStringIdentifier( String^ strObject, ushort nId )
Parameters
- strObject
- The string identifier for the object. This string has to be created with the ToString() function.
- nId
- The database id the object belongs to. The database id can change when the project is closed and opened again.
Return Value
The storable object