Obsolete - Use the constructor overload taking IntPtr instead.
Autodesk.AutoCAD.EditorInput
Public Sub New( path As FullSubentityPath, method As SelectionMethod, gsMarker As long )
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
);
public CrossingOrWindowSelectedSubObject(FullSubentityPath path, SelectionMethod method, int gsMarker);
Comments? |