Click or drag to resize

StringTableGetSectionNames Method

Returns a list of all the section names for user data strings in the document.

By default a section name is a key that is prefixed with a string separated by a backslash.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public string[] GetSectionNames()

Return Value

Type: String
An array of section names. This can be empty, but not null.
See Also