Property IsEmbedded
IsEmbedded
Gets a value indicating whether pyramids are part of the source raster dataset.
Declaration
public bool IsEmbedded { get; }
Property Value
| Type | Description |
|---|---|
| bool | A value indicating whether pyramids are part of the source raster dataset. |
Remarks
Pyramids can be part of the source raster dataset or stored in a separate pyramid file (.ovr). Dataset
pyramids may be stored internally by the raster format or in format-managed sidecar files such as .rrd or
.aux. In both cases, this property is true.
This property is false only when the pyramid set is stored in a separate pyramid file (.ovr).
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |