ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicLayer2.SymbologyStandard Property

The symbology standard of the underlying feature class.

[Visual Basic .NET]
Public ReadOnly Property SymbologyStandard As moleSymbologyStandardEnum
[C#]
public moleSymbologyStandardEnum SymbologyStandard {get;}
[C++]
HRESULT get_SymbologyStandard(
  moleSymbologyStandardEnum* Standard
);
[C++]

Parameters

Standard [out, retval]

  Standard is a parameter of type moleSymbologyStandardEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicLayer2 Interface