Class CadEntityBase
- Namespace
- Aspose.CAD.FileFormats.Cad.CadObjects
- Assembly
- Aspose.CAD.dll
The Cad base entity object.
[ComVisible(false)]
public abstract class CadEntityBase : CadOwnedObjectBase, ICadObjectContainer, IDrawingEntity, IMeasurableEntity
- Inheritance
-
CadEntityBase
- Implements
- Derived
- Inherited Members
Constructors
- CadEntityBase()
Initializes a new instance of the CadEntityBase class.
Properties
- Area
Gets the area of the entity.
- AssocViewPortHandle
Gets or sets of the associated view port handle.
- Bounds
Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
- ChildObjects
Gets or sets the child entities that make up the current entity.
- Childs
Gets the collection of a nested entities.
- ColorHandle
Gets or sets the color handle.
- ColorId
Gets or sets the color id (ACI color) of the entity.
- ColorName
Gets or sets the name of the color.
- ColorValue
Gets or sets the true color value (RGB) of the entity.
- GroupHandle
The group handle
- Hyperlink
Gets or sets a hyperlink to an entity and displays the hyperlink name or description (if one is specified).
- Id
Gets the identifier.
- IsAssocViewPortHandleSet
Gets a value indicating whether associated view port handle is set.
- IsByLayer
Gets or sets a value indicating that the entity has linetype set by layer.
- IsNoLinks
Gets or sets a value indicating that the entity has no links.
- LType
Gets or sets a value the current linetype of the entity.
- LayerName
Gets or sets the name of the layer the entity belongs to.
- LayoutTabName
Gets or sets the name of the layout tab.
- Length
Gets the length of the entity.
- LineScale
Gets or sets the linetype scale factor of the entity.
- LineTypeName
Gets or sets the name of the line type based on the LType value.
- LineWeight
Gets or sets the line weight for the entity.
- Material
Gets or sets the material.
- PlotStyle
Gets or sets the plot style.
Gets or sets the plot style handle.
- PlotStyleFlag
Gets or sets a value the current plot style of the entity
- ProxyBytesCount
Gets or sets the proxy bytes count.
- ProxyData
Gets or sets the proxy data.
- ShadowMode
Gets or sets the shadow mode.
- SpaceMode
Gets or sets a value indicating which space the entity belongs to.
- StorageFlag
Gets or sets a value indicating that this entity has associated binary data in the data store.
- Transparency
Gets or sets the transparency value for the entity.
- TypeName
Gets the name of the type.
- Visible
Gets or sets a value indicating whether this CadEntityBase is visible.
- XDirMissingFlag
Gets or sets a value indicating that no XDictionary handle is stored for this entity.