Interface IChangingLayer
Inherited Members
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public interface IChangingLayer : ILayer, IModelObject
Properties
| Improve this Doc View SourceIsChanged
This flags indicates whether data was changed since the last tick or not
Declaration
bool IsChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |