CadLwPolyline Class

Class describing Cad lwPoliline
Inheritance Hierarchy

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

The CadLwPolyline type exposes the following members.

Constructors
  NameDescription
Public methodCadLwPolyline
Initializes a new instance of the CadLwPolyline class.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
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 propertyAttribute6
Gets or sets the attribute6.
Public propertyAttribute62
Gets or sets the attribute62.
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyBugle
Gets or sets the bugle.
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 propertyConstantWidth
Gets or sets the Constant Width.
Public propertyCoordinates
Gets or sets the coordinates.
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyElevation
Gets or sets the elevation.
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyEndWidth
Gets or sets the end width.
Public propertyExtrusionDirection
Gets or sets the extrusion direction.
(Inherited from CadBaseExtrudedEntity.)
Public propertyFlag
Gets or sets the flag.
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
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 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 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 propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyPlotStyle
Gets or sets the plot style.
(Inherited from CadBaseEntity.)
Public propertyPointCount
Gets or sets the PointCount
Public propertyProxyBytesCount
Gets or sets the proxy bytes count.
(Inherited from CadBaseEntity.)
Public propertyProxyData
Gets or sets the proxy data.
(Inherited from CadBaseEntity.)
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 propertyStartWidth
Gets or sets the start width.
Public propertyThickness
Gets or sets the Thickness
Public propertyTransparency
Gets or sets the transparency.
(Inherited from CadBaseEntity.)
Public propertyTypeName
Gets the name of the type.
(Inherited from CadBaseEntity.)
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.)
See Also