Click or drag to resize
GeMultiPoint Class
Represents aggregate point geometry.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIGePoint
    FDF.Common.GeometriesGeGeometryComplexIGePoint
      FDF.Common.GeometriesGeMultiPoint

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class GeMultiPoint : GeGeometryComplex<IGePoint>, 
	IGeMultiPoint

The GeMultiPoint type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides GeGeometryComplexTClone.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Overrides GeGeometryComplexTEquals(IGeGeometry, GeDimensionality, GeLength, GeSpatialComparision).)
Public methodGetTypeName
Returns String representation of the underlying type.
(Overrides GeGeometryComplexTGetTypeName.)
Public methodOffset
Returns geometry offset.
(Overrides GeGeometryComplexTOffset(GeLength, GePlaneOrientation).)
Top
Remarks