CogoPointGridNorthing Property |
Gets or sets the calculated grid northing 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 GridNorthing { get; set; }
Public Property GridNorthing As Double
Get
Set
public:
property double GridNorthing {
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