Description
Returns an array of visibility flags (that is, 0 == invisible, 1 == visible), one for each face in the mesh or shell the FaceData object is used with. If the visibility flag's data array has not been set, then NULL is returned.
C#
public byte\[\] GetVisibility();
Visual Basic
Public Function GetVisibility() As byte()
Links
FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace