Adds a feature and its corresponding element to a annotation layer.
[Visual Basic 6.0] Sub DoAddFeature(
ByVal pFeature As IFeature, _
ByVal pElement As IElement _
)
[Visual Basic .NET] Public Sub DoAddFeature ( _ ByVal pFeature As IFeature, _ ByVal pElement As IElement _ )
[C#] public void DoAddFeature ( IFeature pFeature, IElement pElement );
[Java] public void doAddFeature ( IFeature pFeature, IElement pElement ) throws IOException, AutomationException
[C++] HRESULT DoAddFeature( IFeature* pFeature, IElement* pElement );
Parameters
pFeature [in]
pFeature is a parameter of type IFeature
pElement [in]
pElement is a parameter of type IElement