NamedLayerStateTable
All named layer states in a Rhino document.
Inheritance Hierarchy
System.Object
Rhino.DocObjects.Tables.NamedLayerStateTable
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class NamedLayerStateTable
The NamedLayerStateTable type exposes the following members.
Properties
Name
Description
Public Property
Count
Returns the number of named layers states in the document.
Public Property
Document
Document that owns this table.
Public Property
Names
Returns the names of named layer states in the document.
Methods
Name
Description
Public Method
Delete
Deletes an existing named layer state.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public Method
FindName
Returns the index of an existing named layer state.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
Import
Imports named layer states from a 3dm file.
Public Method
Rename
Renames an existing named layer state.
Public Method
Restore(String, RestoreLayerProperties)
Restores a named layer state.
Public Method
Restore(String, RestoreLayerProperties, Guid)
Restores a named layer state.
Public Method
Save(String)
Saves or updates a named layer state.
Public Method
Save(String, Guid)
Saves or updates a named layer state.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)