Delegate FileWriterCallback
FileWriterCallback delegate
Callback used for saving associated files of the current model.
public delegate void FileWriterCallback(string assetName, ArraySegment<byte> assetData);
| Parameter | Type | Description |
|---|---|---|
| assetName | String | The asset relative path. |
| assetData | ArraySegment`1 | The file contents as a Byte array. |
See Also
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD