Base class for building n-dimensional aggregate geometry. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      FDF.Common.Geometries.GeGeometryComplex<T>
         FDF.Common.Geometries.GeMultiCurve
         FDF.Common.Geometries.GeMultiGeometry
         FDF.Common.Geometries.GeMultiPoint
         FDF.Common.Geometries.GeMultiPolygon

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also