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


IStorage.DestroyElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IStorage Interface > IStorage.DestroyElement Method
ArcGIS Developer Help

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