File3dmStringTableGetEntryNames Method |
Return list of all entry names for a given section of document strings in the 3dm file.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public string[] GetEntryNames(
string section
)
Public Function GetEntryNames (
section As String
) As String()
Parameters
- section
- Type: SystemString
The section from which to retrieve section names.
Return Value
Type:
StringAn array of section names. This can be empty, but not null.
See Also