ArcObjects Library Reference (DefenseSolutions)  

IGraphicDef2.FunctionCode Property

The six character military function code that identifies the graphic definition.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicDef2 Interface