This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeFunction Interface > ISchematicAttributeFunction.FunctionName Property (ArcObjects .NET 10.5 SDK) |
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