GH_DocumentServerDocumentNames Property |
Gets a string collection containing all the names of the documents in the global list.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<string> DocumentNames { get; }
Public ReadOnly Property DocumentNames As List(Of String)
Get
Property Value
Type:
ListString[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocumentServer.DocumentNames"]
See Also