EdgeDataSetSelectionMarkers Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public void SetSelectionMarkers(
IntPtr[] selectionMarkers
)
Public Sub SetSelectionMarkers (
selectionMarkers As IntPtr()
)
public:
void SetSelectionMarkers(
array<IntPtr>^ selectionMarkers
)
member SetSelectionMarkers :
selectionMarkers : IntPtr[] -> unit
Parameters
- selectionMarkers
- Type: SystemIntPtr
See Also