Adds a feature and its corresponding element to a graphics layer.
[Visual Basic 6.0] Sub DoAddNullElement(
ByVal FeatureId As Long _
)
[Visual Basic .NET] Public Sub DoAddNullElement ( _ ByVal FeatureId As Integer _ )
[C#] public void DoAddNullElement ( int FeatureId );
[Java] public void doAddNullElement ( int FeatureId ) throws IOException, AutomationException
[C++]
HRESULT DoAddNullElement(
long FeatureId
);
Parameters
FeatureId [in]
FeatureId is a parameter of type long