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


IEditor3.RemoveAllTemplatesInMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor3 Interface > IEditor3.RemoveAllTemplatesInMap Method
ArcGIS Developer Help

IEditor3.RemoveAllTemplatesInMap Method

Removes all templates from the specified map.

[Visual Basic .NET]
Public Sub RemoveAllTemplatesInMap ( _
    ByVal Map As IMap _
)
[C#]
public void RemoveAllTemplatesInMap (
    IMap Map
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEditor3 Interface