DgnElementMetadataIsDeleted Property |
Gets or sets a value indicating whether a file element was deleted
Namespace:
Aspose.CAD.FileFormats.Dgn
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool IsDeleted { get; set; }Public Property IsDeleted As Boolean
Get
Set
public:
property bool IsDeleted {
bool get ();
void set (bool value);
}member IsDeleted : bool with get, set
Property Value
Type:
Boolean
See Also