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 scheme already exists, this parameter specifies whether it should be overwritten.
Return Value
Returns an array of tuples where the first item is the name of the imported property placement scheme and the second item is the symbol name to which this imported scheme is assigned.