Obsolete - Use the constructor overload taking IntPtr instead.
Autodesk.AutoCAD.EditorInput
Public Sub New( path As FullSubentityPath, method As SelectionMethod, gsMarker As long, descriptor As PickPointDescriptor )
Parameters |
Description |
FullSubentityPath path |
Input subentity path |
SelectionMethod method |
Input method of selection |
long gsMarker |
Input GS markers |
PickPointDescriptor descriptor |
Input pick point descriptor |
public PickPointSelectedSubObject(
FullSubentityPath path,
SelectionMethod method,
IntPtr gsMarker,
PickPointDescriptor descriptor
);
public PickPointSelectedSubObject(FullSubentityPath path, SelectionMethod method, int gsMarker, PickPointDescriptor descriptor);
Comments? |