returns whether custom Image Symbols should be used for shapes. Applys to Point type shapefiles only

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

Syntax

Visual Basic
ReadOnly Property UseCustomImageSymbols As Boolean
	Get
C#
bool UseCustomImageSymbols { get; }
Visual C++
property bool UseCustomImageSymbols {
	bool get ();
}
JavaScript
function get_useCustomImageSymbols();

See Also