Table of Contents

Method IsTableObjectDependOn

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

IsTableObjectDependOn(vdPrimary)

Check if the table object is depend on this figure

public virtual bool IsTableObjectDependOn(vdPrimary table)

Parameters

table vdPrimary

A Table object to be searched.

Returns

bool

Returns true is this object is not deleted and have a property reference equal with table object.

Remarks

Called when VectorDraw.Professional.vdObjects.vdDocument.ExtendedDeletedCheck is False.