IFillingManagerRemoveFilling Method |
Removes a filling from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxvoid RemoveFilling(
BaseFillingProfile fillingProfile
)
Parameters
- fillingProfile BaseFillingProfile
- The filling profile to remove.
See Also