GH_DocFilePathEventArgs.NewFilePath Property

GH_DocFilePathEventArgsNewFilePath Property

Gets the new filepath, the one currently assigned to this document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string NewFilePath { get; }
Public ReadOnly Property NewFilePath As String
	Get

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocFilePathEventArgs.NewFilePath"]

See Also