ArcGIS Pro 2.9 API Reference Guide
GetKeyProperty Method (RasterDataset)

ArcGIS.Core.Data.Raster Namespace > RasterDataset Class : GetKeyProperty Method
Name of the key property.
Gets a key property of this raster dataset based on the key property name. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public object GetKeyProperty( 
   string name
)
Public Function GetKeyProperty( _
   ByVal name As String _
) As Object

Parameters

name
Name of the key property.

Return Value

An object representing the value of a key property of this raster dataset.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RasterDataset Class
RasterDataset Members