This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureSchema Interface > IGPFeatureSchema.GeometryTypeRule Property (ArcObjects .NET 10.5 SDK) |
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