ICustomSymbol.GetAttributeUsage Method
Called by the proxy to find out which attributes the custom symbol.
GetAttributeUsage(IAttributeUsage attributeUsage)
Called by the proxy to find out which attributes the custom symbol.Syntax
public void GetAttributeUsage (
IAttributeUsage attributeUsage
)
Parameters
An object used to return the attributes used.
Remarks
This method is called by the CustomSymbolProxy to find out which attributes the custom symbol uses to draw a symbol. The attributes may be attributes from the features, or from the update attributes of the view. These attributes, and only these, will be used as keys in the symbol cache. The method is called once, right after the call to InitNew.
The custom symbol must call the IAttributeUsage.AddItem method on the attributeUsage instance, once for each relevant attribute. If the custom symbol neglects to list all relevant attributes, a cached symbol may be reused when not supposed to.
Platforms
Windows, Linux, Android