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


IMdFRSCtrl.AddTemplate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

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