CadImageIsCached Property |
Gets a value indicating whether object's data is cached currently and no data reading is required.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic override sealed bool IsCached { get; }
Public Overrides NotOverridable ReadOnly Property IsCached As Boolean
Get
public:
virtual property bool IsCached {
bool get () override sealed;
}
abstract IsCached : bool with get
override IsCached : bool with get
Property Value
Type:
Booleantrue if object's data is cached; otherwise,
false.
See Also