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