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