Click or drag to resize

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)
Since: 6.0
Syntax
public string[] GetSectionNames()

Return Value

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