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


ISchematicAttributeFunction.ParameterNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAttributeFunction.ParameterNames Property

Parameters names of the schematic attribute function.

[Visual Basic .NET]
Public Property ParameterNames As Object
[C#]
public object ParameterNames {get; set;}
[C++]
HRESULT get_ParameterNames(
  VARIANT* ParameterNames
);
[C++]
HRESULT put_ParameterNames(
  VARIANT ParameterNames
);
[C++]

Parameters ParameterNames [out, retval] ParameterNames is a parameter of type VARIANT ParameterNames [in] ParameterNames is a parameter of type VARIANT

Product Availability

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

See Also

ISchematicAttributeFunction Interface