SettingsDrawingTransformationSettings Property |
Gets Transformation of Drawing settings.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SettingsTransformation TransformationSettings { get; }Public ReadOnly Property TransformationSettings As SettingsTransformation
Get
public:
property SettingsTransformation^ TransformationSettings {
SettingsTransformation^ get ();
}Property Value
SettingsTransformation
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the value of ApplyTransformSettings is false.
|
| InvalidOperationException |
Thrown when the value of ApplyTransformSettings is false.
|
See Also