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


IReferenceDataField.IsShape Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IReferenceDataField.IsShape Property

Indicates if the field is the Shape field.

[Visual Basic .NET]
Public ReadOnly Property IsShape As Boolean
[C#]
public bool IsShape {get;}
[C++]
HRESULT get_IsShape(
  VARIANT_BOOL* bShape
);
[C++]

Parameters bShape [out, retval] bShape is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IReferenceDataField Interface