MarkerLine.MarkerLine

MarkerLine()

Initializes a new instance of the MarkerLine class.

public MarkerLine()

See Also


MarkerLine(MarkerLine)

Initializes a new instance of the MarkerLine class.

public MarkerLine(MarkerLine other)
ParameterTypeDescription
otherMarkerLineThe other MarkerLine to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also