Skip to content

ACadSharp.Entities.MultiLeader.ContextData

Albert Domenech edited this page Sep 17, 2025 · 3 revisions

ContextData Property

Gets the embedded object contains the multileader content (block/text) and the leaders.

Remarks

The embedded object is used if the property is false. If is true an alternate object with the respective scaling value that is linked via the property. Note: The properties of the various objects are currently not synchronized.

Definition

Namespace: ACadSharp.Entities.MultiLeader

C#

public MultiLeaderObjectContextData ContextData { get; }

Property Value

MultiLeaderObjectContextData

Clone this wiki locally