PlaneSweep2d.Add Method

Adds a geometry to the sweeporder. Do not alter the objects geometry between adding it here and sweeping because only a reference to the object is stored.
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.
public function Add( 
obj : IExtents2d
id : int 
);
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.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition