Interface ISymmetricUpdaterAfterAddDoc
Last update: 16.07.2025Namespace: VM.Managed.Symmetric
Assembly: VMAppCore.dll
This interface is to represent the symmetric updater.
public interface ISymmetricUpdaterAfterAddDoc
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
UpdateAfterAddDoc(ObjectBase, ObjectBase, SymmetricType, Plane, Document)
Updates the symmetric objects after [add document].
void UpdateAfterAddDoc(ObjectBase tool, ObjectBase target, SymmetricType sym_type, Plane sym_plane, Document docOwner)
Parameters
tool ObjectBase
The tool object.
target ObjectBase
The target object.
sym_type SymmetricType
Specifies type of symmetric.
sym_plane Plane
Plane of symmetric.
docOwner Document
update document.