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