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


IMdFRSCtrl.AddTemplate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdFRSCtrl Interface > IMdFRSCtrl.AddTemplate Method
ArcGIS Developer Help

IMdFRSCtrl.AddTemplate Method

Add the edit template to the template window.

[Visual Basic .NET]
Public Sub AddTemplate ( _
    ByVal pTemplate As IEditTemplate _
)
[C#]
public void AddTemplate (
    IEditTemplate pTemplate
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdFRSCtrl Interface