SettingsTransformation Class

The SettingsTransformation class use to transform the coordinate system to local specifications.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsTransformation

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsTransformation : TreeOidWrapper

The SettingsTransformation type exposes the following members.

Properties
 NameDescription
Public propertyApplySeaLevelScaleFactor Gets or sets the boolean value that specifies whether to apply the settings for curvature correction to survey data so that measured horizontal distances are reduced to the distances at the mean seal level (geodetic distances).
Public propertyGridReferencePoint Gets or sets the grid reference point value used to associate local coordinates to grid coordinates.
Public propertyGridRotationPoint Gets or sets the grid rotation point that specifies a rotation about the grid reference point.
Public propertyGridScaleFactor Gets or sets a positive value for the grid scale factor.
Public propertyGridScaleFactorComputation Gets or sets the GridScaleFactorType enum value that specifies the type of scale factor.
Public propertyLocalReferencePoint Gets or sets the local reference point value used to associate local coordinates to grid coordinates.
Public propertyLocalRotationPoint Gets or sets the local rotation point that specifies a rotation about the local reference point.
Public propertyRotationToGridAzimuth Gets or sets the direction of the azimuth for the grid rotation angle in degree units.
Public propertyRotationToGridNorth Gets or sets the angle to grid north for the grid rotation angle in degree units.
Public propertySeaLevelScaleElevation Gets or sets the mean elevation value of your project site with respect to the mean sea level.
Public propertySpecifyRotationType Gets or sets an enumeration value that specify the rotation type.
Public propertySpheroidRadius Gets the spheroid radius for the spheroid used by the coordinate system.
Top
See Also