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


IWCSCoverageDescription.SpatialDomain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.SpatialDomain Property
ArcGIS Developer Help

IWCSCoverageDescription.SpatialDomain Property

Spatial domain of the coverage data.

[Visual Basic .NET]
Public ReadOnly Property SpatialDomain As IWCSSpatialDomain
[C#]
public IWCSSpatialDomain SpatialDomain {get;}
[C++]
HRESULT get_SpatialDomain(
  IWCSSpatialDomain** ppSpatailDomain
);
[C++]
Parameters
ppSpatailDomain [out, retval]

ppSpatailDomain is a parameter of type IWCSSpatialDomain**

Product Availability

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

See Also

IWCSCoverageDescription Interface