This document is archived and information here might be outdated.  Recommended version.


ISchematicAttributeFunction.FunctionName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAttributeFunction.FunctionName Property

Function name of the schematic attribute function.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAttributeFunction Interface