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);
Parameters
FeatureIDSet [out, retval]
FeatureIDSet is a parameter of type IFeatureIDSet
FeatureIDSet [in]
FeatureIDSet is a parameter of type IFeatureIDSet