PointDescriptionKey Class

This class encapsulates a point description key.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            DBObject
              Autodesk.Civil.DatabaseServicesPointDescriptionKey

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointDescriptionKey : DBObject

The PointDescriptionKey type exposes the following members.

Properties
 NameDescription
Public propertyApplyDrawingScale Specifies that the drawing scale is used to scale the point symbol when the description key is matched.
Public propertyApplyFixedLabelRotation Gets or sets a boolean value indicating whether to apply the FixedLabelRotation property to matched points.
Public propertyApplyFixedMarkerRotation Gets or sets whether to apply the FixedMarkerRotation property to matched points.
Public propertyApplyFixedScaleFactor Gets or sets whether to apply the FixedScaleFactor property to matched points.
Public propertyApplyLabelRotationParameter Gets or sets whether to apply the LabelRotationParameter property to matched points.
Public propertyApplyLabelStyleId Gets or sets whether to apply the LabelStyleId property to matched points.
Public propertyApplyLayerId Gets or sets whether to apply the LayerId property to matched points.
Public propertyApplyMarkerRotationParameter Gets or sets whether to apply the MarkerRotationParameter property to matched points.
Public propertyApplyScaleParameter Gets or sets whether to apply the ScaleParameter property to matched points.
Public propertyApplyScaleXY Specifies that description key scaling is applied to the X-Y axis of a point when the description key is matched.
Public propertyApplyScaleZ Specifies that description key scaling is applied to the Z axis of a point when the description key is matched.
Public propertyApplyStyleId Gets or sets whether to apply the StyleId property to matched points.
Public propertyCode Gets or sets the code to select points with this description key during description key matching.
Public propertyFixedLabelRotation Specifies a fixed rotation used to rotate the point label when the description key is matched.
Public propertyFixedMarkerRotation Specifies a fixed rotation used to rotate the point symbol when the description key is matched.
Public propertyFixedScaleFactor Specifies a fixed scale, used to scale the point symbol when the description key is matched.
Public propertyFormat Gets or sets the format of points that match this description key during description key matching.
Public propertyLabelRotationParameter Specifies the position (1-9) in the raw description of the parameter containing the value used to rotate the point symbol when the description key is matched.
Public propertyLabelStyleId Specifies the point label style to be referenced by a point that is created using the description key.
Public propertyLayerId Specifies the layer for the point.
Public propertyMarkerRotationParameter Specifies the position (1-9) in the raw description of the parameter containing the value used to rotate the point symbol when the description key is matched.
Public propertyRotationDirection Specifies whether the values specified for the Rotate Parameter property or the Fixed Rotation property are clockwise angles or counterclockwise angles.
Public propertyScaleParameter Specifies the position (1-9) in the raw description of the parameter that contains the value used to scale the point symbol when the description key is matched.
Public propertyStyleId Specifies what points match this description key during description key matching.
Top
See Also