Click or drag to resize
IGraphicInteractionAskForPath Method

[Missing <summary> documentation for "M:Activsoft.Engine.Mobile.Utils.IGraphicInteraction.AskForPath(System.String,System.Action{System.String})"]

Namespace: Activsoft.Engine.Mobile.Utils
Assembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AskForPath(
	string filter,
	Action<string> callBack
)

Parameters

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:Activsoft.Engine.Mobile.Utils.IGraphicInteraction.AskForPath(System.String,System.Action{System.String})"]

callBack
Type: SystemActionString

[Missing <param name="callBack"/> documentation for "M:Activsoft.Engine.Mobile.Utils.IGraphicInteraction.AskForPath(System.String,System.Action{System.String})"]

See Also