Represents normalized MText content stored by a multileader.

interface AcDbMLeaderMTextContent {
    anchorPoint: AcGePoint3d;
    text: string;
}

Properties

Properties

anchorPoint: AcGePoint3d
text: string