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


ISchematicAttributeFunction.FunctionName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeFunction Interface > ISchematicAttributeFunction.FunctionName Property
ArcGIS Developer Help

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(
  System.String* 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