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


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

ISchematicObjectClass.PredefinedAttributeNames Property

Predefined attributes names of the schematic in memory object class.

[Visual Basic .NET]
Public ReadOnly Property PredefinedAttributeNames As String[]
[C#]
public String[] PredefinedAttributeNames {get;}
[C++]
HRESULT get_PredefinedAttributeNames(
  SAFEARRAY(System.String)* Names
);
[C++]
Parameters
Names [out, retval]

Names is a parameter of type SAFEARRAY(BSTR)*

Product Availability

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

See Also

ISchematicObjectClass Interface