Click or drag to resize

SketchAspectContains(Entity) Method

Determines whether the sketch contains the specified entity.

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool Contains(
	Entity entity
)

Parameters

entity  Entity
The entity.

Return Value

Boolean
True if the sketch contains the entity, false otherwise.
Remarks
The sketch may contain the specified entity directly or indirectly (as a subentity of a a directly contained entity).
See Also