CADability dotNET
The path where the Bitmap is located. This value is not used by the Picture object and may have any content. Usually it is the path and filename, especially when the object is beeing generated interactively by CADability's user interface. Setting the value does NOT load the specified bitmap. This must be done seperately by setting the Bitmap property

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public string Path { get; set; }
Visual Basic
Public Property Path As String
	Get
	Set
Visual C++
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}

See Also