This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricSelection Interface > ICadastralFabricSelection.ControlPointSet Property (ArcObjects .NET 10.4 SDK) |
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
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.