Grasshopper API
GH_TopicParseFile Method |
Parse a *.topic file and return a topic entry.
Namespace: Grasshopper.Documentation
Assembly: Grasshopper (in Grasshopper.dll)
public static GH_Topic ParseFile( string path )
Public Shared Function ParseFile ( path As String ) As GH_Topic
Parameters
- path
- Type: SystemString
File to parse.
Return Value
Type: GH_TopicThe topic defined by the file. This function always returns a valid topic or it throws an exception.