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


IGPFeatureSchema.ExtentRule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFeatureSchema.ExtentRule Property

Inidicates how the extent property is to be managed.

[Visual Basic .NET]
Public Property ExtentRule As esriGPSchemaExtentType
[C#]
public esriGPSchemaExtentType ExtentRule {get; set;}
[C++]
HRESULT get_ExtentRule(
  esriGPSchemaExtentType* Type
);
[C++]
HRESULT put_ExtentRule(
  esriGPSchemaExtentType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriGPSchemaExtentType Type [in]
Type is a parameter of type esriGPSchemaExtentType

Product Availability

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

See Also

IGPFeatureSchema Interface