Grasshopper API
GH_ParserIsLinkLine Method (String) |
Test whether a line represents a referenced link target.
Note; this is a quick check. The link might still be invalid,
use the IsLinkLine overload to include validity checks.
Namespace: Grasshopper.Documentation
Assembly: Grasshopper (in Grasshopper.dll)

public static bool IsLinkLine( string line )
Public Shared Function IsLinkLine ( line As String ) As Boolean
Parameters
- line
- Type: SystemString
Line to test.
Return Value
Type: BooleanTrue if the line is a referenced link.
