Gets/Sets the decimal count for numeric data types.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property DecimalCount As Integer
	Get
	Set
C#
public int DecimalCount { get; set; }
Visual C++
public:
property int DecimalCount {
	int get ();
	void set (int value);
}
JavaScript
function get_decimalCount();
function set_decimalCount(value);

Remarks

DecimalCount must be >=0 and <16

See Also