ITemplateManagerApplyFillingTemplate(String, BaseVectorGraphicElement, Boolean) Method |
Applies the filling template to the vector graphic element.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxvoid 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