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.null
.
null
or empty
.
null
.null
or empty
.true
if export is successful.Exception | Description |
---|---|
System.ArgumentNullException | Thrown when parameter pProject is a null value. |
System.ArgumentException | Thrown when strFileName of null or empty . |