Gets/Sets the Image Symbol to use for Point records

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

Syntax

Visual Basic
Public Property PointImageSymbol As String
	Get
	Set
C#
public string PointImageSymbol { get; set; }
Visual C++
public:
property String^ PointImageSymbol {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_pointImageSymbol();
function set_pointImageSymbol(value);

See Also