Represents MText content input data for a multileader.

interface AcDbMLeaderMTextContentLike {
    anchorPoint: AcGeVector3dLike;
    text: string;
}

Properties

Properties

anchorPoint: AcGeVector3dLike
text: string