File3dmStringTable.GetSectionNames Method

File3dmStringTableGetSectionNames Method

Returns a list of all the section names for document strings in the 3dm file.

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

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string[] GetSectionNames()
Public Function GetSectionNames As String()

Return Value

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

Rhino for Windows

Supported in: 6.14
See Also