Autodesk.AutoCAD.EditorInput Namespace > PickPointSelectedSubObject Class > PickPointSelectedSubObject Constructor > PickPointSelectedSubObject(FullSubentityPath, SelectionMethod, long, PickPointDescriptor) Constructor
PickPointSelectedSubObject.PickPointSelectedSubObject(FullSubentityPath, SelectionMethod, long, PickPointDescriptor) Constructor   
Description

Obsolete - Use the constructor overload taking IntPtr instead.

Class

Autodesk.AutoCAD.EditorInput

Visual Basic
Public Sub New(
    path As FullSubentityPath, 
    method As SelectionMethod, 
    gsMarker As long, 
    descriptor As PickPointDescriptor
)
Parameters
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 

);

Previous Declaration
public PickPointSelectedSubObject(FullSubentityPath path, SelectionMethod method, int gsMarker, PickPointDescriptor descriptor);
Links
   Comments?