[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.ShapePointZM

ShapePointZM Class

Represents the 3D point with M value.

Inheritance
ShapePointZM
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public sealed class ShapePointZM : ShapePoint

Constructors

Name Description
ShapePointZM(double, double, double, double)

Initializes new instance of ShapePointZM.

Properties

Name Description
M

Gets the M value.

Z

Gets the Z coordinate value.

Extension Methods