This document is archived and information here might be outdated.  Recommended version.


IRasterKeyProperties.GetAllProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterKeyProperties Interface > IRasterKeyProperties.GetAllProperties Method
ArcGIS Developer Help

IRasterKeyProperties.GetAllProperties Method

Queries all available key properties.

[Visual Basic .NET]
Public Sub GetAllProperties ( _
    ByRef ppNames As IStringArray, _
    ByRef ppValues As IVariantArray _
)
[C#]
public void GetAllProperties (
    ref IStringArray ppNames,
    ref IVariantArray ppValues
);
[C++]
HRESULT GetAllProperties(
  IStringArray** ppNames,
  IVariantArray** ppValues
);
[C++]
Parameters
ppNames [out]

ppNames is a parameter of type IStringArray** ppValues [out]
ppValues is a parameter of type IVariantArray**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterKeyProperties Interface

.NET Samples

Get and set key properties on a mosaic dataset