IndexUpdateDataGetIdDataPtr Method
|
Returns the data associated with the specified
Object ID in this IndexUpdateData object.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public IntPtr GetIdDataPtr(
ObjectId id
)
Public Function GetIdDataPtr (
id As ObjectId
) As IntPtr
public:
IntPtr GetIdDataPtr(
ObjectId id
)
member GetIdDataPtr :
id : ObjectId -> IntPtr
Parameters
- id ObjectId
- [in] Object ID.
Return Value
IntPtr
Pointer to data.
See Also