DatabaseTryGetObjectId Method

Searches for an object identifier by the specified handle.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public bool TryGetObjectId(
        Handle objHandle,
        out ObjectId id
)

Parameters

objHandle  Handle
[in] Handle by which the object is searched.
id  ObjectId
[out] Placeholder for the found object identifier.

Return Value

Boolean
true if an object is found by the specified handle, false otherwise.
See Also

©  Bricsys NV. All rights reserved.