Share via


Model.HasLocalChanges Property

Definition

Gets an indication if the model has local changes that have not been saved to the engine yet.

public bool HasLocalChanges { get; }
member this.HasLocalChanges : bool
Public ReadOnly Property HasLocalChanges As Boolean

Property Value

True, if the model has local changes; otherwise, false.

Remarks

A disconnected model, will always return a value of false.

Applies to