CogoPoint Class

Encapsulates a COGO point object and associated information.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Autodesk.Civil.DatabaseServicesCogoPoint

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CogoPoint : Entity

The CogoPoint type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleConvergence Gets the convergence value of a point, relative to the coordinate zone and the transformation settings specified for the drawing.
Public propertyDescriptionFormat Gets or sets the description format string for the point.
Public propertyEasting Gets or sets a local easting value for the point.
Public propertyElevation Gets or sets an elevation for the CogoPoint.
Public propertyCode exampleElevationOverride Gets an elevation for the CogoPoint. This property is applied the override settings in the point's primary PointGroup.
Public propertyCode exampleFullDescription Gets an expanded description determined by a description key match.
Public propertyCode exampleFullDescriptionOverride Gets an expanded description determined by a description key match. This property is applied to the override settings in the point's primary PointGroup.
Public propertyCode exampleGridEasting Gets or sets the calculated grid easting value for the point, relative to the coordinate zone and the transformation settings specified for the drawing.
Public propertyCode exampleGridNorthing Gets or sets the calculated grid northing value for the point, relative to the coordinate zone and the transformation settings specified for the drawing.
Public propertyCode exampleIsCheckedOut Gets whether the CogoPoint has been checked out.
Public propertyCode exampleIsLabelDragged Gets the dragged state of the CogoPoint label.
Public propertyCode exampleIsLabelPinned Gets or sets the pinned state of the CogoPoint label.
Public propertyCode exampleIsLabelVisible Gets or sets whether the label of the CogoPoint is visible.
Public propertyIsLocked Gets or sets whether the CogoPoint is locked.
Public propertyCode exampleIsMovable Indicates whether this CogoPoint is movable.
Public propertyCode exampleIsProjectPoint Gets whether the CogoPoint is a project point.
Public propertyCode exampleIsSurveyPoint Indicates whether this Cogo Point is a Survey Point.
Public propertyCode exampleLabelLocation Gets or sets the label location.
Public propertyCode exampleLabelRotation Gets or sets the rotation value for the point label.
Public propertyCode exampleLabelStyleId Gets or sets the point label style for the point.
Public propertyCode exampleLabelStyleIdOverride Gets the point label style for the point. This property is applied to the override settings of the point's primary PointGroup.
Public propertyCode exampleLatitude Gets or sets the latitude for a point, relative to the coordinate zone and the transformation settings specified for the drawing.
Public propertyLeaderAttachment Gets or sets the leader attachment option for the CogoPoint Label.
Public propertyLeaderTailVisibility Gets or sets the leader tail visibility for the CogoPoint Label.
Public propertyLeaderVisibility Gets or sets the leader visibility for the CogoPoint Label.
Public propertyCode exampleLocation Gets the point location.
Public propertyCode exampleLongitude Gets or sets the longitude for a point, relative to the coordinate zone and the transformation settings specified for the drawing.
Public propertyMarkerRotation Gets or sets the rotation value for the point symbol.
Public propertyNorthing Gets or sets a local northing value for the point.
Public propertyPointName Gets or sets the name of the Cogo Point.
Public propertyCode examplePointNumber Gets or sets the point number.
Public propertyCode examplePrimaryPointGroupId Gets the ObjectId of the primary PointGroup which the CogoPoint belongs to.
Public propertyCode exampleProjectVersion Specifies the version number of the local copy of the point in the drawing. Applies only to project points.
Public propertyRawDescription Gets or sets an unexpanded description for the point, which could be the description entered by the surveyor in the field.
Public propertyCode exampleRawDescriptionOverride Gets an unexpanded description for the point, which could be the description entered by the surveyor in the field. This property is applied the override settings in its primary PointGroup.
Public propertyCode exampleScale Gets the scale factor value of a point, relative to the coordinate zone and the transformation settings specified for the drawing.
Public propertyScaleXY Gets or sets the X-Y scale factor for the point symbol.
Public propertyScaleZ Gets or sets the Z scale factor for the point symbol.
Public propertyShowToolTip Gets or sets whether the point should show tooltips in the UI.
Public propertyStyleId Gets or sets the point style for the point.
Public propertyCode exampleStyleIdOverride Gets the ObjectId of the override point style for the point in the point's primary PointGroup.
Top
Methods
 NameDescription
Public methodApplyDescriptionKeys Applies the DescriptionKeys to the CogoPoint.
Public methodCode exampleClearAllLabelTextComponentOverrides Clears all text component overrides in the CogoPoint label.
Public methodCode exampleClearLabelTextComponentOverrides Clears the text component overrides on the specified text component in the CogoPoint label.
Public methodCode exampleGetLabelTextComponentIds Gets an ObjectIdCollection containing the text components in the CogoPoint label.
Public methodCode exampleGetLabelTextComponentJustificationOverride Gets the overriden justification on the specified text component in the CogoPoint label.
Public methodCode exampleGetLabelTextComponentOverride Gets the overriden text on the specified text component in the CogoPoint label.
Public methodCode exampleGetUDPValue(UDPBoolean) Gets the value the for the user-defined property with a boolean data type.
Public methodCode exampleGetUDPValue(UDPDouble) Gets the value the for the user-defined property with a double data type.
Public methodCode exampleGetUDPValue(UDPEnumeration) Gets the value the for the user-defined property with an enumeration data type.
Public methodCode exampleGetUDPValue(UDPInteger) Gets the value the for the user-defined property with an integer data type.
Public methodCode exampleGetUDPValue(UDPString) Gets the value the for the user-defined property with a string data type.
Public methodCode exampleIsLabelTextComponentOverriden Returns whether the specified text component is overridden in the CogoPoint label.
Public methodCode exampleRenumber(UInt32) Renumbers the PointNumber to a new value.
Public methodRenumber(UInt32, PointNumberResolveType) Renumbers the PointNumber to a new value.
Public methodCode exampleResetLabel Resets the CogoPoint label object to its defaults.
Public methodCode exampleResetLabelLocation Resets the location of the CogoPoint label object to its defaults.
Public methodCode exampleResetLabelRotation Resets the rotation status of the CogoPoint label object to its defaults.
Public methodSetLabelTextComponentJustificationOverride Overrides the justification on the specified text component in the CogoPoint label.
Public methodSetLabelTextComponentOverride Overrides the text on the specified text component in the CogoPoint label.
Public methodCode exampleSetUDPValue(UDPBoolean, Boolean) Sets the value the for the user-defined property with a boolean data type.
Public methodCode exampleSetUDPValue(UDPDouble, Double) Sets the value the for the user-defined property with a double data type.
Public methodCode exampleSetUDPValue(UDPEnumeration, String) Sets the value the for the user-defined property with an enumeration data type.
Public methodCode exampleSetUDPValue(UDPInteger, Int32) Sets the value the for the user-defined property with an integer data type.
Public methodCode exampleSetUDPValue(UDPString, String) Sets the value the for the user-defined property with a string data type.
Top
See Also