public bool ExportSegmentDefinitions( Project pProject, string strFileName )
public: bool ExportSegmentDefinitions( Project^ pProject, String^ strFileName )
Parameters
- pProject
- Project from which all segment definitions are exported. Can't be
null
. - strFileName
- Full file name of target file. Can't be
null
orempty
.
Return Value
Returns
true
if export is successful.