public bool ImportSegmentTemplates( Project pProject, string strFileName )
public: bool ImportSegmentTemplates( Project^ pProject, String^ strFileName )
Parameters
- pProject
- Project to which segment template are imported. Can't be
null
. - strFileName
- Full file name of source file. Can't be
null
orempty
.
Return Value
Returns
true
if import is successful.