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


ISchematicObjectClass.PredefinedAttributeNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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(
  Names* Names
);
[C++]

Parameters Names [out, retval] Names is a parameter of type

Product Availability

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

See Also

ISchematicObjectClass Interface