Summary
The Describe function returns the following properties for geostatistical layers. Layer Properties are also supported.
A Geostatistical Layer returns a dataType of "GALayer".
Properties
| Property | Explanation | Data Type | 
| areaOfInterest (Read Only)  | The extent of the geostatistical layer.  | Extent | 
| dataCollection (Read Only)  | A value table of the datasets used to create the geostatistical layer. It is recommended to instead use the GeostatisticalDatasets class to determine the source dataset.  | ValueTable | 
Code sample
The following stand-alone script displays some layer properties from a geostatistical layer.
Missing source code file