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


ICadastralControlImporter.UseShapeField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralControlImporter Interface > ICadastralControlImporter.UseShapeField Property
ArcGIS Developer Help

ICadastralControlImporter.UseShapeField Property

Indicates whether to use shape field for coordinates. Default false, unless there are no XYZ fields.

[Visual Basic .NET]
Public Property UseShapeField As Boolean
[C#]
public bool UseShapeField {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get or set the shape field in a Geographic dataset for the (X, Y) location of the Control Point

The UseShapeField property is used by the importer when importing control points

If you select this property, the control (X, Y) locations will be derived from the actual shape point location instead of the given X, Y coordinates.

See Also

ICadastralControlImporter Interface