Click or drag to resize

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
)

Parameters

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

Return Value

Type: Boolean
See Also