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

Constructor.

Visual Basic
Public Sub New(
    path As FullSubentityPath, 
    method As SelectionMethod, 
    gsMarker As IntPtr
)
C#
public CrossingOrWindowSelectedSubObject(
    FullSubentityPath path, 
    SelectionMethod method, 
    IntPtr gsMarker
);
Parameters
Parameters 
Description 
FullSubentityPath path 
Input path of object 
SelectionMethod method 
Input method of selection 
IntPtr gsMarker 
Input any GS markers 
Links
   Comments?