DK for .NET | TatukGIS.NDK.TGIS_ContourGenerator.ContourBase | Constructors | Methods | Properties | Events
The "base" relative to which contour intervals are applied. To generate 10m contours at 5, 15, 25, ... the ContourBase would be 5.
// C# public Double ContourBase { get {} set {} }
' VisualBasic Public Property ContourBase As Double Get End Get Set(ByVal value As Double) End Set End Property
// Oxygene public property ContourBase : Double read read;
| Type |
|---|
| double Double |