Returns true if the layer has been changed since it was created or loaded.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool Modified { get; set; }
Public Property Modified As Boolean Get Set
public: property bool Modified { bool get (); void set (bool value); }