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.
Visual Basic
Public Function GetVisibility() As byte()
C#
public byte\[\] GetVisibility();
Links
FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace