FenceSelectedSubObject(FullSubentityPath,
SelectionMethod, Int32, PickPointDescriptor) Constructor
 | 
Note: This API is now obsolete.
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
[ObsoleteAttribute("Use IntPtr overload instead.")]
public FenceSelectedSubObject(
        FullSubentityPath path,
        SelectionMethod method,
        int gsMarker,
        PickPointDescriptor[] descriptors
)
 
<ObsoleteAttribute("Use IntPtr overload instead.")>
Public Sub New ( 
        path As FullSubentityPath,
        method As SelectionMethod,
        gsMarker As Integer,
        descriptors As PickPointDescriptor()
)
 
public:
[ObsoleteAttribute(L"Use IntPtr overload instead.")]
FenceSelectedSubObject(
        FullSubentityPath path, 
        SelectionMethod method, 
        int gsMarker, 
        array<PickPointDescriptor>^ descriptors
)
 
[<ObsoleteAttribute("Use IntPtr overload instead.")>]
new : 
        path : FullSubentityPath * 
        method : SelectionMethod * 
        gsMarker : int * 
        descriptors : PickPointDescriptor[] -> FenceSelectedSubObject
 
 
 
Parameters
- path  FullSubentityPath
 
-  
 
- method  SelectionMethod
 
-  
 
- gsMarker  Int32
 
-  
 
- descriptors  PickPointDescriptor
 
-  
 
 
See Also