IDesign::Openlong Open(
[in] BSTR bstrFilename,
[in] long nLimitFlags,
[in] BOOL bReadOnly,
);
Return ValuesThis method returns non-zero if successful.
RemarksOnce a Design is created, using the Open method allows for an existing design to be loaded. Any data currently held in the design pointer will be lost and the contents of the design file will be brought into memory.
The following parameters are required for this call:
|