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


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

ISchematicAttributeScript.ParameterNames Property

Parameters names of the schematic attribute script.

[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

ISchematicAttributeScript Interface