All Cadcorp SIS API Methods

CreateMarkdown Method

Description

Creates a markdown text item with the specified extent.

Syntax

Visual Basic
Public Function CreateMarkdown( _
   ByVal x1 As Double, _
	ByVal y1 As Double, _
	ByVal x2 As Double, _
	ByVal y2 As Double, _
	ByVal markdown As String, _
) As Integer

Parameters

x1

the x coordinate of the bottom left corner of the markdown text box

 
y1
the y coordinate of the bottom left corner of the markdown text box
 
x2
the x coordinate of the top right corner of the markdown text box.
 
y2
the y coordinate of the top right corner of the markdown text box.
 
markdown
The Markdown text which will populate the markdown text box.

Remarks

Available: GEO DK OD OM OV PySis, SISpy

Group:

Example

sis.CreateMarkdown(532197, 169171, 538134, 172083, "The features in this location display a __*high proportion of risk*__.")