Interface IPoint3D
Represents a point in 3 dimensional space
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPoint3D : IPoint2D
Properties
| Improve this Doc View SourceZ
Gets or sets the Z coordinate
Declaration
double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double |