This document is archived and information here might be outdated. Recommended version. |
FeatureRenderer used to represent symbology of a feature layer.
[Visual Basic .NET] Public Property ServerProperties As IPropertySet
[C#] public IPropertySet ServerProperties {get; set;}
[C++]
HRESULT get_ServerProperties(
IPropertySet** ServerProperties
);
[C++]
HRESULT put_ServerProperties(
IPropertySet* ServerProperties
);
[C++] Parameters ServerProperties [out, retval]
ServerProperties is a parameter of type IPropertySet** ServerProperties [in]
ServerProperties is a parameter of type IPropertySet*