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


IMensuration.Valid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.Valid Property
ArcGIS Developer Help

IMensuration.Valid Property

Indicates if all the required system parameters and resources of this IMensuration have been successfully initialized.

[Visual Basic .NET]
Public ReadOnly Property Valid As Boolean
[C#]
public bool Valid {get;}
[C++]
HRESULT get_Valid(
  Boolean* pSysInitialized
);
[C++]
Parameters
pSysInitialized [out, retval]

pSysInitialized is a parameter of type bool*

Product Availability

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

See Also

IMensuration Interface