A Sandcastle Documented Class Library
IsDirty Property
NamespacesColladaColladaDocumentIsDirty
Tells you if the ColladaDocument object has changed since last it was saved
Declaration Syntax
C#Visual BasicVisual C++
public override bool IsDirty { get; set; }
Public Overrides Property IsDirty As Boolean
public:
virtual property bool IsDirty {
	bool get () override;
	void set (bool value) override;
}

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)