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


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

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