LineProviderBehaviour.DeregisterMarkerProcessor(string)

Method in LineProviderBehaviour

Summary

Removes all marker processors that handle markers named attributeName .

public abstract void DeregisterMarkerProcessor(string attributeName);

Parameters

NameDescription
string attributeNameThe name of the marker to remove processors for.