Click or drag to resize

ITemplateManagerApplyFillingTemplate(String, BaseVectorGraphicElement, Boolean) Method

Applies the filling template to the vector graphic element.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void ApplyFillingTemplate(
	string templateName,
	BaseVectorGraphicElement vectorGraphicElement,
	bool clearFillings
)

Parameters

templateName  String
Name of the filling template.
vectorGraphicElement  BaseVectorGraphicElement
Vector graphic element (e.g. layer) the filling gets applied.
clearFillings  Boolean
If true, existing filling will be removed.
See Also