PlaneSweep2d.Add Method
Public Sub Add( _
ByVal obj As IExtents2d, _
ByVal id As Integer _
)
This language is not supported or no code example is available.
public void Add(
IExtents2d obj,
int id
)
This language is not supported or no code example is available.
public:
void Add(
IExtents2d^ obj,
int id
)
This language is not supported or no code example is available.
Parameters
- obj
- IExtents2d
The object to add.
- id
- int
A user id of the object sent to the callback for object testing.