ArcObjects Library Reference (Geoprocessing)  

IGPFeatureSchema.GeometryTypeRule Property

Inidicates how the GeometryType property is to be managed.

[Visual Basic .NET]
Public Property GeometryTypeRule As esriGPSchemaGeometryType
[C#]
public esriGPSchemaGeometryType GeometryTypeRule {get; set;}
[C++]
HRESULT get_GeometryTypeRule(
  esriGPSchemaGeometryType* Type
);
[C++]
HRESULT put_GeometryTypeRule(
  esriGPSchemaGeometryType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriGPSchemaGeometryType

Type [in]

  Type is a parameter of type esriGPSchemaGeometryType

Product Availability

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

See Also

IGPFeatureSchema Interface