Class IConnectable
Last update: 16.07.2025Namespace: VM.Managed.Symmetric
Assembly: VMSymBase.dll
public class IConnectable : ISymmetricUpdater
Inheritance
Implements
ISymmetricUpdater
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
IConnectable()
public IConnectable()
Methods
Initialize(ISymmetricManager)
Initialize the symmetric objects.
public virtual bool Initialize(ISymmetricManager Manager)
Parameters
Manager ISymmetricManager
Returns
true if success; otherwise, false.
Update(ObjectBase, ObjectBase, SymmetricType, Plane, Document)
Updates the symmetric objects.
public bool Update(ObjectBase tool, ObjectBase target, SymmetricType sym_type, Plane sym_plane, Document doc)
Parameters
tool ObjectBase
The reference object.
target ObjectBase
The target object.
sym_type SymmetricType
Specifies type of symmetric.
sym_plane Plane
Plane of symmetric.
doc Document
Returns
true if success; otherwise, false.