Gets/Sets the point´s color in html format That's because a Color cannot be automatically serialized/deserialized using the .NET System.Xml.Serialization.XmlSerializer class

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public string HtmColor { get; set; }
Visual Basic (Declaration)
Public Property HtmColor As String
Visual C++
public:
property String^ HtmColor {
	String^ get ();
	void set (String^ value);
}

See Also