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


ICadastralFabricSelection.ControlPointSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSelection Interface > ICadastralFabricSelection.ControlPointSet Property
ArcGIS Developer Help

ICadastralFabricSelection.ControlPointSet Property

The control points designated for the current cadastral job.

[Visual Basic .NET]
Public Property ControlPointSet As IFeatureIDSet
[C#]
public IFeatureIDSet ControlPointSet {get; set;}
[C++]
HRESULT get_ControlPointSet(
  IFeatureIDSet** FeatureIDSet
);
[C++]
HRESULT put_ControlPointSet(
  IFeatureIDSet* FeatureIDSet
);
[C++]
Parameters
FeatureIDSet [out, retval]

FeatureIDSet is a parameter of type IFeatureIDSet** FeatureIDSet [in]
FeatureIDSet is a parameter of type IFeatureIDSet*

Product Availability

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

Remarks

The control points designated for the current cadastral job.

The ControlPointSet property can be used to retrieve or set the selection of control points that will participate in a cadastral job. Any control points that fall within the job will automatically be included. Use this property to include any desired control points that fall outside of the job.

[C++]

HRESULT get_ControlPointSet(

IFeatureIDSet** FeatureIDSet,

);

HRESULT put_ControlPointSet(

IFeatureIDSet* FeatureIDSet,

);

See Also

ICadastralFabricSelection Interface