CadDiametricDimension Class

The Cad diameter dimension. NOTE: This class is an exact copy of CadRadialDimension except sublcass name
Inheritance Hierarchy

Namespace:  Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadDiametricDimension : CadDimensionBase

The CadDiametricDimension type exposes the following members.

Constructors
  NameDescription
Public methodCadDiametricDimension
Initializes a new instance of the CadDiametricDimension class.
Properties
  NameDescription
Public propertyActualMeasurement
Gets or sets the actual measurement.
(Inherited from CadDimensionBase.)
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
Public propertyAttachmentType
Gets or sets the attachment type.
(Inherited from CadDimensionBase.)
Public propertyAttribute102Values
Gets or sets the attribute102 values.
(Inherited from CadBase.)
Public propertyAttribute160
Gets or sets the attribute160.
(Inherited from CadBaseEntity.)
Public propertyAttribute348
Gets or sets the attribute 348.
(Inherited from CadBaseEntity.)
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyBlockName
Gets or sets the block name.
(Inherited from CadDimensionBase.)
Public propertyBlockTranslationVector
Gets or sets the block translation vector. It was gotten from the old version CadDimensionBaseR12, because we have cases when block translation vector appears in new version CadDimensionBase
(Inherited from CadDimensionBase.)
Public propertyChildObjects
Gets or sets the child objects.
(Inherited from CadBaseEntity.)
Public propertyColorId
Gets or sets the color id.
(Inherited from CadBaseEntity.)
Public propertyColorName
Gets or sets the name of the color.
(Inherited from CadBaseEntity.)
Public propertyColorValue
Gets or sets the color value.
(Inherited from CadBaseEntity.)
Public propertyDefinitionPoint
Gets or sets the definition point.
(Inherited from CadDimensionBase.)
Public propertyDimensionTextLineSpacingFactor
Gets or sets the dimension text line spacing factor.
(Inherited from CadDimensionBase.)
Public propertyDimensionType
Gets or sets the dimension type.
(Inherited from CadDimensionBase.)
Public propertyDimensionTypeObject
Gets whole object of dimension type.
(Inherited from CadDimensionBase.)
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyExtrusionDirection
Gets or sets the extrusion direction.
(Inherited from CadBaseExtrudedEntity.)
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
Public propertyHorizontalDirection
Gets or sets the horizontal direction.
(Inherited from CadDimensionBase.)
Public propertyHyperlink
Gets or sets the hyperlink.
(Inherited from CadBaseEntity.)
Public propertyIsColorIdSet
Gets a value indicating whether this instance is color identifier set.
(Inherited from CadBaseEntity.)
Public propertyIsSingleUse
Gets a value indicating whether is single use.
(Inherited from CadDimensionBase.)
Public propertyIsUserDimension
Gets a value indicating whether this instance is user dimension.
(Inherited from CadDimensionBase.)
Public propertyIsXOrdinate
Gets a value indicating whether this instance is X ordinate.
(Inherited from CadDimensionBase.)
Public propertyIsYordinate
Gets a value indicating whether this instance is yordinate.
(Inherited from CadDimensionBase.)
Public propertyLayerName
Gets or sets the name of the layer.
(Inherited from CadBaseEntity.)
Public propertyLayoutTabName
Gets or sets the name of the layout tab.
(Inherited from CadBaseEntity.)
Public propertyLeaderLength
Gets or sets the leader length.
Public propertyLineScale
Gets or sets the line scale.
(Inherited from CadBaseEntity.)
Public propertyLineTypeName
Gets or sets the name of the line type.
(Inherited from CadBaseEntity.)
Public propertyLineWeight
Gets or sets the line weight.
(Inherited from CadBaseEntity.)
Public propertyMaterial
Gets or sets the material.
(Inherited from CadBaseEntity.)
Public propertyMiddleTextLocation
Gets or sets the middle text location.
(Inherited from CadDimensionBase.)
Public propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyPlotStyle
Gets or sets the plot style.
(Inherited from CadBaseEntity.)
Public propertyProxyBytesCount
Gets or sets the proxy bytes count.
(Inherited from CadBaseEntity.)
Public propertyProxyData
Gets or sets the proxy data.
(Inherited from CadBaseEntity.)
Public propertyRadiusDefinitionPoint
Gets or sets the radius definition point.
Public propertyRoundTripTableStyle
Gets or sets the round trip table style.
(Inherited from CadBase.)
Public propertyShadowMode
Gets or sets the shadow mode.
(Inherited from CadBaseEntity.)
Public propertySoftOwner
Gets or sets the soft owner.
(Inherited from CadBaseOwned.)
Public propertySpaceMode
Gets or sets the space mode.
(Inherited from CadBaseEntity.)
Public propertyStyleName
Gets or sets the style name.
(Inherited from CadDimensionBase.)
Public propertyText
Gets or sets the text.
(Inherited from CadDimensionBase.)
Public propertyTextLineSpacing
Gets or sets the text line spacing.
(Inherited from CadDimensionBase.)
Public propertyTextRotationAngle
Gets or sets the textRotationAngle angle.
(Inherited from CadDimensionBase.)
Public propertyTransparency
Gets or sets the transparency.
(Inherited from CadBaseEntity.)
Public propertyTypeName
Gets the name of the type.
(Inherited from CadBaseEntity.)
Public propertyTypeOfDimension
Gets or sets the type of dimension.
(Inherited from CadDimensionBase.)
Public propertyVersionNumber
Gets or sets the version number.
(Inherited from CadDimensionBase.)
Public propertyVisible
Gets or sets a value indicating whether this CadBaseEntity is visible.
(Inherited from CadBaseEntity.)
Public propertyXdataContainer
Gets or sets the xdata container.
(Inherited from CadBase.)
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Fields
  NameDescription
Protected fieldblockTranslationVector
Block translation vector
(Inherited from CadDimensionBase.)
See Also