Click or drag to resize

ModuleAddEntity Method

Adds entity to the ModuleDocument.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected virtual void AddEntity(
	Entity entity
)

Parameters

entity
Type: Syntactik.DOMEntity
Entity to be added to the block of ModuleDocument.
See Also