CadVportListAddRange Method

Adds the range of the objects to container.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public void AddRange(
	CadVportTableObject[] objects
)

Parameters

objects
Type: Aspose.CAD.FileFormats.Cad.CadTablesCadVportTableObject
The objects array.
See Also