CadStylesListAddRange Method |
Adds the range of the objects to container.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic void AddRange(
CadStyleTableObject[] objects
)
Public Sub AddRange (
objects As CadStyleTableObject()
)
public:
void AddRange(
array<CadStyleTableObject^>^ objects
)
member AddRange :
objects : CadStyleTableObject[] -> unit
Parameters
- objects
- Type: Aspose.CAD.FileFormats.Cad.CadTablesCadStyleTableObject
The objects array.
See Also