Autodesk.AutoCAD.EditorInput Namespace > CrossingOrWindowSelectedSubObject Class > CrossingOrWindowSelectedSubObject Constructor > CrossingOrWindowSelectedSubObject(FullSubentityPath, SelectionMethod, long) Constructor
CrossingOrWindowSelectedSubObject.CrossingOrWindowSelectedSubObject(FullSubentityPath, SelectionMethod, long) 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
)
Parameters
Parameters 
Description 
FullSubentityPath path 
Input path of object 
SelectionMethod method 
Input method of selection 
long gsMarker 
Input any GS markers 

public CrossingOrWindowSelectedSubObject( 

FullSubentityPath path, 

SelectionMethod method, 

IntPtr gsMarker 

);

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