ImageInstance.LockProportions Property

ImageInstanceLockProportions Property

When true the proportion of Width to Height will be maintained

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool LockProportions { get; set; }
Public Property LockProportions As Boolean
	Get
	Set
public:
property bool LockProportions {
	bool get ();
	void set (bool value);
}
member LockProportions : bool with get, set

Property Value

Boolean
See Also