This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.IncludeGeometry Property (ArcObjects .NET 10.5 SDK) |
Indicates whether we should include Geometry.
[Visual Basic .NET] Public Property IncludeGeometry As Boolean
[C#] public bool IncludeGeometry {get; set;}
[C++]
HRESULT get_IncludeGeometry(
VARIANT_BOOL* IncludeGeometry
);
[C++]
HRESULT put_IncludeGeometry(
VARIANT_BOOL IncludeGeometry
);
[C++]
Parameters IncludeGeometry [out, retval] IncludeGeometry is a parameter of type VARIANT_BOOL IncludeGeometry [in] IncludeGeometry is a parameter of type VARIANT_BOOL
IncludeGeometry flags whether records from a related layer will contain geometry. Unless you need geometry, setting is false will improve the performance.