List of coordinates that define the polyline.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public PointCollection Points { get; set; } |
Visual Basic |
---|
Public Property Points As PointCollection Get Set |
JScript |
---|
function get Points () : PointCollection function set Points (value : PointCollection) |