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


IEditor3.TemplateModified Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IEditor3.TemplateModified Method

Broadcasts the change to the rest of the system.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEditor3 Interface