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


ISchematicAttributeContainer.SchematicAttributes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAttributeContainer.SchematicAttributes Property

Schematic attributes enumeration within the schematic attribute container.

[Visual Basic .NET]
Public ReadOnly Property SchematicAttributes As IEnumSchematicAttribute
[C#]
public IEnumSchematicAttribute SchematicAttributes {get;}
[C++]
HRESULT get_SchematicAttributes(
  IEnumSchematicAttribute** Attributes
);
[C++]

Parameters Attributes [out, retval]
Attributes is a parameter of type IEnumSchematicAttribute

Product Availability

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

See Also

ISchematicAttributeContainer Interface

.NET Snippets

Loop On The Schematic Attributes Related To A Schematic Element Class | Loop On The Schematic Attributes Related To A Schematic Diagram Class