Initializes a new instance of the
EntityJig
class
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
protected EntityJig(
Entity ent
)
Protected Sub New (
ent As Entity
)
protected:
EntityJig(
Entity^ ent
)
new :
ent : Entity -> EntityJig
Parameters
- ent Entity
-
See Also