PLT_PreventDeleteOnTemlateInstances_BD makes sure that plot features that have been created using a plot template cannot be deleted. That means, the plot cannot be modified in a way that it differs from its template.
Name |
PLT_PreventDeleteOnTemlateInstances_BD |
Classification |
System feature rule. Do not disable. |
Location |
Assembly: Autodesk.Map.IM.Plot.Data.dll Classname: Autodesk.Map.IM.Plot.Data.FeatureRules.FeatureRules |
Type |
Client-side Before Delete (BD). Is System. Is Row. |
Description |
For template-based plots, prevents deletion of plot features. |
Parameters |
P1: ParentTable_x. P2: Child Attribute_x. P3: P4: Optionally, the parameters specify up to five pairs of related feature classes that are checked by the feature rule. |
Example |
You cannot delete the north arrow, if the plot template comprises a north arrow. |
The feature rule applies to plot feature classes such as PLT_PLOT_IMAGE, PLT_PLOT_LEGEND, PLT_PLOT_NA, PLT_PLOT_SCALEBAR, PLT_PLOT_DECORATION, PLT_PLOT_MAP.
Optionally, the feature rule parameters specify the feature classes that are checked. Each pair of parameters specifies a parent table name, and a child attribute name. Use the parameters to improve performance. See also PLT_PreventInsertOnTemplateInstances_BI.