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