ArcObjects Library Reference (DefenseSolutions)  

IGraphicDef2.CodingScheme Property

The first character in a symbol ID that defines the graphics coding scheme.

[Visual Basic .NET]
Public Property CodingScheme As String
[C#]
public string CodingScheme {get; set;}
[C++]
HRESULT get_CodingScheme(
  BSTR* CodingScheme
);
[C++]
HRESULT put_CodingScheme(
  BSTR CodingScheme
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicDef2 Interface