ArcObjects Library Reference (Schematic)  

ISchematicAttributeFormatted.ParameterNames Property

Parameters names of the schematic attribute formatted.

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

Parameters

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

Product Availability

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

See Also

ISchematicAttributeFormatted Interface