Share

FaceData.GetLayers Method

Description

Returns an array of LayerTableRecord object IDs, one for each face in the mesh or shell the FaceData object is used with. If the layerId's data array has not been set, then NULL is returned.

Visual Basic

Public Function GetLayers() As ObjectId()

C#

public ObjectId\[\] GetLayers();

Links

FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?