Share

Database.Dimldrblk Property

Description

Accesses the object ID of the block reference specified by the current DIMLDRBLK value of the database.

See the System Variables section of the AutoCAD Command Reference for information on DIMLDRBLK.

Visual Basic

Public Property Dimldrblk() As ObjectId

C#

public ObjectId Dimldrblk;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?