ArcObjects Library Reference  (Carto)    

ICadastralFabricSelection.ControlPointSet Property

The control points designated for the current cadastral job.

[Visual Basic 6.0]
Property ControlPointSet As IFeatureIDSet
[Visual Basic .NET]
Public Property ControlPointSet As IFeatureIDSet
[C#]
public IFeatureIDSet ControlPointSet {get; set;}
[Java]
public  getControlPointSet (
    IFeatureIDSet FeatureIDSet
)
[Java]
public void setControlPointSet(
    IFeatureIDSet FeatureIDSet
)
throws
    IOException,
    AutomationException
[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.

See Also

ICadastralFabricSelection Interface

 


Feedback Send feedback on this page