Constructor.
Public Sub New(
id As ObjectId,
method As SelectionMethod,
gsMarker As IntPtr
)
public CrossingOrWindowSelectedObject(
ObjectId id,
SelectionMethod method,
IntPtr gsMarker
);
| Parameters | Description |
|---|---|
| ObjectId id | Input ID of crossing object |
| SelectionMethod method | Input method to select object |
| IntPtr gsMarker | Input any GS markers |
CrossingOrWindowSelectedObject Class, Autodesk.AutoCAD.EditorInput Namespace