Share

IiLogicForm.EnablePositionAndSizeSaving Property

If this is True, and the size and position of the form are changed while it is being shown, they will be saved upon closing it.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property EnablePositionAndSizeSaving As Boolean
	Get
	Set

C#

bool EnablePositionAndSizeSaving { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?