This document is archived and information here might be outdated.  Recommended version.


IFDOGraphicsLayer2.DoAddNullElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFDOGraphicsLayer2.DoAddNullElement Method

Adds a feature and its corresponding element to a graphics layer.

[Visual Basic .NET]
Public Sub DoAddNullElement ( _
    ByVal FeatureId As Integer _
)
[C#]
public void DoAddNullElement (
    int FeatureId
);
[C++]
HRESULT DoAddNullElement(
  long FeatureId
);
[C++]

Parameters FeatureId [in] FeatureId is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFDOGraphicsLayer2 Interface