ArcObjects Library Reference (DefenseSolutions)  

IGSRenderingProfile.CurrentSymbologyRule Property

Property Current Symbology Rule.

[Visual Basic .NET]
Public Property CurrentSymbologyRule As String
[C#]
public string CurrentSymbologyRule {get; set;}
[C++]
HRESULT get_CurrentSymbologyRule(
  BSTR* pVal
);
[C++]
HRESULT put_CurrentSymbologyRule(
  BSTR pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR pVal [in]   pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGSRenderingProfile Interface