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


ISensorXform.RequireDEM Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISensorXform.RequireDEM Property

Indicates if DEM is required for applying this transform.

[Visual Basic .NET]
Public Property RequireDEM As Boolean
[C#]
public bool RequireDEM {get; set;}
[C++]
HRESULT get_RequireDEM(
  VARIANT_BOOL* pRequireDEM
);
[C++]
HRESULT put_RequireDEM(
  VARIANT_BOOL pRequireDEM
);
[C++]

Parameters pRequireDEM [out, retval] pRequireDEM is a parameter of type VARIANT_BOOL pRequireDEM [in] pRequireDEM is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISensorXform Interface