IfcImageSaveData Method

Saves the data.

Namespace:  Aspose.CAD.FileFormats.Ifc
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected override void SaveData(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to save data to.
Exceptions
ExceptionCondition
NotImplementedException
See Also