Class CadMLeaderContextData

CadMLeaderContextData class

Class describing context data for multileader

public class CadMLeaderContextData : CadBaseEntity

Constructors

NameDescription
CadMLeaderContextData()Initializes a new instance of the CadMLeaderContextData class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
ArrowHeadSize { get; set; }Gets or sets size of an arrow.
AssocViewPortHandle { get; }Gets or sets of the associated view port handle
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
BasePoint { get; set; }Gets or sets basepoint.
BlockContentColor { get; set; }Gets or sets the color of the block content.
BlockContentId { get; set; }Gets or sets the block content identifier.
BlockContentNormalDirection { get; set; }Gets or sets the block content normal direction.
BlockContentPosition { get; set; }Gets or sets the block content position.
BlockContentRotation { get; set; }Gets or sets the block content rotation.
BlockContentScale { get; set; }Gets or sets the block content scale.
BlockTransformationMatrixList { get; set; }Gets or sets the block transformation matrix list.
Bounds { get; set; }Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
ChildObjects { get; set; }Gets or sets the child objects.
ColorId { get; set; }Gets or sets the color id.
ColorName { get; set; }Gets or sets the name of the color.
ColorValue { get; set; }Gets or sets the color value.
ColumnWidth { get; set; }Gets or sets width of column.
ContentScale { get; set; }Gets or sets the content scale.
DefaultText { get; set; }Gets or sets default text.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
Entmode { get; set; }The Entmode
HardOwner { get; set; }Gets or sets the hard owner.
HasBlock { get; set; }Gets or sets a value indicating whether this instance has block.
HasMText { get; set; }Gets or sets whether context data has MText.
Hyperlink { get; set; }Gets or sets the hyperlink.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }The IsByLayer
IsNoLinks { get; set; }The IsNoLinks
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
LayerName { get; set; }Gets or sets the name of the layer.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
LeaderNode { get; set; }Gets or sets text location point.
LineScale { get; set; }Gets or sets the line scale.
LineTypeName { get; set; }Gets or sets the name of the line type.
LineWeight { get; set; }Gets or sets the line weight.
LType { get; set; }The LType
Material { get; set; }Gets or sets the material.
MaterialHandle { get; set; }Gets or sets the material handle.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
PlaneNormalReversed { get; set; }Gets or sets a value indicating whether [plane normal reversed].
PlaneOriginPoint { get; set; }Gets or sets a value indicating whether [plane origin point].
PlaneXAxisDirection { get; set; }Gets or sets the plane x axis direction.
PlaneYAxisDirection { get; set; }Gets or sets the plane y axis direction.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
ProxyBytesCount { get; set; }Gets or sets the proxy bytes count.
ProxyData { get; set; }Gets or sets the proxy data.
Reactors { get; set; }Get or sets the reactors handle
ShadowMode { get; set; }Gets or sets the shadow mode.
SoftOwner { get; set; }Gets or sets the soft owner.
SpaceMode { get; set; }Gets or sets the space mode.
StorageFlag { get; set; }The StorageFlag
StyleBottomAttachment { get; set; }Gets or sets style bottom attachment type.
StyleTopAttachment { get; set; }Gets or sets style top attachment type.
TextAttachmentType { get; set; }Gets or sets text attachment style.
TextBackgroundColor { get; set; }Gets or sets text background color.
TextBackgroundColorOn { get; set; }Gets or sets text background color on
TextBackgroundFillOn { get; set; }Gets or sets text background fill on
TextBackgroundScaleFactor { get; set; }Gets or sets text background scale factor.
TextBackgroundTransparency { get; set; }Gets or sets text background transparency.
TextColor { get; set; }Gets or sets text color.
TextColumnFlowReversed { get; set; }Gets or sets a value indicating whether [text column flow reversed].
TextColumnGutterWidth { get; set; }Gets or sets width of text column gutter.
TextColumnHeight { get; set; }Gets or sets text column height.
TextColumnType { get; set; }Gets or sets text column type
TextDirectionPoint { get; set; }Gets or sets text direction point.
TextFlowDirection { get; set; }Gets or sets text flow direction
TextHeight { get; set; }Gets or sets the height of text.
TextLandingGap { get; set; }Gets or sets text landing gap.
TextLeftAttachmentType { get; set; }Gets or sets text left attachment style.
TextLineSpacingFactor { get; set; }Gets or sets line spacing factor.
TextLineSpacingStyle { get; set; }Gets or sets text line spacing style.
TextLocationPoint { get; set; }Gets or sets text location point.
TextNormalDirection { get; set; }Gets or sets text normal direction.
TextRightAttachmentType { get; set; }Gets or sets right attachment type.
TextRotation { get; set; }Gets or sets the rotation of the text.
TextStyleID { get; set; }Gets or sets text style.
TextUseWordBreak { get; set; }Gets or sets a value indicating whether [text use word break].
TextWidth { get; set; }Gets or sets width of text.
Transparency { get; set; }Gets or sets the transparency.
virtual TypeName { get; }Gets the name of the type.
UseTextAutoheight { get; set; }Gets or sets using of text auto height.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadBaseEntity is visible.
XdataContainer { get; set; }Gets or sets the xdata container.
XDirMissingFlag { get; set; }The XDirMissingFlag

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also