public Tuple<string,string>[] ImportPropertyPlacementsSchemas( Project oProject, string strFileName, bool bOverwrite )
public: array<Tuple<String^,String^>^>^ ImportPropertyPlacementsSchemas( Project^ oProject, String^ strFileName, bool bOverwrite )
Parameters
- oProject
- Project to which property placements schemes will be imported.
- strFileName
- Full name of input file.
- bOverwrite
- If the imported property placement schema already exists, this parameter specifies whether it should be overwritten.
Return Value
Returns array of Tuples where first item is a name of imported property placement schema and second item is a symbol name to which this imported schema is assigned.