When setting CreateImageLayer in MouseInteract, the user can drag select to create an image layer if AutoPromptForImage is enabled, then the user will be prompted to browse for an image file when after completing the selection. If the user cancels, the image layer is not added.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AutoPromptForImage { get; set; }
Public Property AutoPromptForImage As Boolean
	Get
	Set
public:
property bool AutoPromptForImage {
	bool get ();
	void set (bool value);
}

See Also