DK for ActiveX | TatukGIS_XDK11.ITGIS_ContourGenerator.ContourBase | Methods | Properties
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 |