CreateEdit Constructor (Document, IList) |
Initializes a new instance of the
CreateEdit class for multiple visuals.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic CreateEdit(
Document document,
IList visuals
)
Parameters
- document
- Type: Demo3D.VisualsDocument
The document containing the visuals. - visuals
- Type: System.CollectionsIList
The collection of visuals that were created.
See Also