Click or drag to resize

SketchSetContains Method (NonAB)

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 bool Contains(
	NonAB n
)

Parameters

n
Type: Scilligence.MolEngineNonAB
The object to be tested

Return Value

Type: Boolean
true if succeeded
See Also