Method AddFigureToCollection
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
AddFigureToCollection(object, object)
Adds a figure to the passed collection.
public bool AddFigureToCollection(object collection, object figure)
Parameters
collectionobjectThe collection where we will add the passed figure.
figureobjectThe object figure which will be added in the passed collection.
Returns
- bool
Returns true if the figure succeded was added to the collection or false if it is not.