CogoPointGridEasting Property |
Gets or sets the calculated grid easting value for the point, relative to the coordinate zone and the transformation settings specified for the drawing.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GridEasting { get; set; }
Public Property GridEasting As Double
Get
Set
public:
property double GridEasting {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when :
- The transformation settings are disabled.
- The CogoPoint is not Movable.
|
ExampleNo code example is currently available or this language may not be supported.
See Also