PLT_PreventEditGeometryOnTemlateInstances_BU makes sure that plot features that have been created using a plot template cannot be modified. That means, the plot cannot be modified in a way that it differs from its template.
The feature rule is applied when you modify the geometry, or the orientation of a plot feature.
Name |
PLT_PreventEditGeometryOnTemlateInstances_BU |
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 Update (BU). Is System. Is Row. |
Description |
For template-based plots, prevents geometry modifications on 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 move or rotate the 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_PreventInsertOnTemlateInstances_BI.