ArcObjects Library Reference (TrackingAnalyst)  

IStorage.DestroyElement Method

[Visual Basic .NET]
Public Sub DestroyElement ( _
    ByVal pwcsName As String _
)
[C#]
public void DestroyElement (
    string pwcsName
);
[C++]
HRESULT DestroyElement(
  LPWSTR pwcsName
);
[C++]

Parameters

pwcsName [in]   pwcsName is a parameter of type LPWSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IStorage Interface