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

Constructor.

Visual Basic
Public Sub New(
    path As FullSubentityPath, 
    method As SelectionMethod, 
    gsMarker As IntPtr, 
    descriptor As PickPointDescriptor
)
C#
public PickPointSelectedSubObject(
    FullSubentityPath path, 
    SelectionMethod method, 
    IntPtr gsMarker, 
    PickPointDescriptor descriptor
);
Parameters
Parameters 
Description 
FullSubentityPath path 
Input subentity path 
SelectionMethod method 
Input method of selection 
IntPtr gsMarker 
Input GS markers 
PickPointDescriptor descriptor 
Input pick point descriptor 
Links
   Comments?