Table of Contents

Method IsDefault

Namespace
VectorDraw.Professional.vdCollections
Assembly
VectorDraw.Professional.dll

IsDefault(vdPrimary)

Checks if the parameter passed is one of the standard vdLineType objects.

public bool IsDefault(vdPrimary obj)

Parameters

obj vdPrimary

A vdPrimary object to be checked if it is equal referenced to one of the standard vdLinetype objects.

Returns

bool

True if the passed object is equal referenced with one of the standard vdLineType objects of the collection.

Remarks

Default LineType objects:Solid,ByLayer,ByBlock,DPIDash,DPIDot,DPIDashDot,DPIDashDotDot,Invisible.