IGH_CanvasValidator.AppliesToDocument Method

IGH_CanvasValidatorAppliesToDocument Method

Test whether this validator applies to a specific document.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool AppliesToDocument(
	Guid id
)
Function AppliesToDocument ( 
	id As Guid
) As Boolean

Parameters

id
Type: SystemGuid
Document id or Guid.Empty if no document is available.

Return Value

Type: Boolean
See Also