Gets Transformation of Drawing settings.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SettingsTransformation TransformationSettings { get; }
VB
Public ReadOnly Property TransformationSettings As SettingsTransformation Get
C++
public: property SettingsTransformation^ TransformationSettings { SettingsTransformation^ get (); }
Property Value
SettingsTransformationExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the value of ApplyTransformSettings is false. |
InvalidOperationException | Thrown when the value of ApplyTransformSettings is false. |