CogoPointLongitude Property |
Gets or sets the longitude for a 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 Longitude { get; set; }
Public Property Longitude As Double
Get
Set
public:
property double Longitude {
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