ArcObjects Library Reference (Carto)  

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++]

See Also

ICadastralFabricSelection Interface