Click or drag to resize

SketchSetContains Method (BaseObj)

Test if it contains an object

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public override bool Contains(
	BaseObj obj
)

Parameters

obj
Type: Scilligence.MolEngineBaseObj
The object to be tested

Return Value

Type: Boolean
True if it contains the object
See Also