Table of Contents

Method IsObjectDependOn

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

IsObjectDependOn(vdBaseObject, vdPrimary)

Checks if a vdPrimary object is used-depended in a vdBaseObject.

public static bool IsObjectDependOn(vdBaseObject outer, vdPrimary obj)

Parameters

outer vdBaseObject

A vdBaseObject for example a vdDocument object.

obj vdPrimary

A vdPrimary object for example a vdLayer object.

Returns

bool

Returns true if the vdPrimary object is depended-used to the vdBaseObject.