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