LayerCollectionContains Method
|
Checks whether this collection contains
ObjectId of a layer that matches the specified ObjectId of a
layer.
Namespace: Teigha.LayerManager
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Contains(
ObjectId value
)
Public Function Contains (
value As ObjectId
) As Boolean
public:
bool Contains(
ObjectId value
)
member Contains :
value : ObjectId -> bool
Parameters
- value ObjectId
- [in] ObjectId of a layer to check.
Return Value
Boolean
true if this collection contains an ObjectId of a layer that
matches the specified ObjectId, false otherwise.
See Also