Share

FaceData.GetSelectionMarkers Method

Description

Returns an array of graphic system selection markers (gsmarkers), one for each face in the mesh or shell the FaceData object is used with. If the selectionMarker's data array has not been set, then NULL is returned.

C#

public IntPtr\[\] GetSelectionMarkers();

Visual Basic

Public Function GetSelectionMarkers() As IntPtr()

Links

FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?