IndexUpdateDataGetIdData Method
|
Note: This API is now obsolete.
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
[ObsoleteAttribute("Use System::IntPtr GetIdDataPtr)")]
public int GetIdData(
ObjectId id
)
<ObsoleteAttribute("Use System::IntPtr GetIdDataPtr)")>
Public Function GetIdData (
id As ObjectId
) As Integer
public:
[ObsoleteAttribute(L"Use System::IntPtr GetIdDataPtr)")]
int GetIdData(
ObjectId id
)
[<ObsoleteAttribute("Use System::IntPtr GetIdDataPtr)")>]
member GetIdData :
id : ObjectId -> int
Parameters
- id ObjectId
- [in] Object ID.
Return Value
Int32
32-bit data.
See Also