GH_Document.IsFilePathDefined Property

GH_DocumentIsFilePathDefined Property

Returns True if the filename flag of this document has been set

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsFilePathDefined { get; }
Public ReadOnly Property IsFilePathDefined As Boolean
	Get

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.IsFilePathDefined"]

See Also