Description:

Gets a value indicating whether or not a vertex is hidden.

Syntax:
public bool IsHidden(
int vertexIndex
)
Parameters:
  • vertexIndex
  • Type: int
  • Index of vertex to query.
Returns:
Type: bool
True if the vertex is hidden, False if it is not.
Available since:
5.0

Nothing found