Grasshopper API
GH_StructureTDataDescription Method |
Gets a description of the data contained in this structure.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public string DataDescription( bool includeIndices, bool includePaths )
Public Function DataDescription ( includeIndices As Boolean, includePaths As Boolean ) As String
Parameters
- includeIndices
- Type: SystemBoolean
If true, every data item will be prefixed by its index. - includePaths
- Type: SystemBoolean
If true, every branch of data will be preceded by the path.
Return Value
Type: StringA string describing the data.
Implements
IGH_StructureDataDescription(Boolean, Boolean)