public bool ExportPartsToEDZ( string strFilePath, IEnumerable<MDPart> parts, bool bIncludeReferences )
public: bool ExportPartsToEDZ( String^ strFilePath, IEnumerable<MDPart^>^ parts, bool bIncludeReferences )
Parameters
| Parameter Name | Description |
|---|---|
| strFilePath | Full output file name. This parameter must not be NULL and must not be an empty string (""). |
| parts | List of parts to be exported. This parameter must not be NULL and must not be an empty list. |
| bIncludeReferences | Include referenced data |