ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pSysInitialized
);
[C++]

Parameters

pSysInitialized [out, retval]   pSysInitialized is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMensuration Interface