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


ISchematicInMemoryFeature.RefreshAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.RefreshAttributes Method
ArcGIS Developer Help

ISchematicInMemoryFeature.RefreshAttributes Method

Refreshes a list of attributes of the in memory feature, or refreshes all the attributes if the list is null. If an associatedObject is defined it is used to get the values of associated field attributes.

[Visual Basic .NET]
Public Sub RefreshAttributes ( _
    [ByVal Attributes As IEnumSchematicAttribute], _
    [ByVal AssociatedObject As IRow] _
)
[C#]
public void RefreshAttributes (
    IEnumSchematicAttribute Attributes,
    IRow AssociatedObject
);
[C++]
HRESULT RefreshAttributes(
  IEnumSchematicAttribute* Attributes,
  IRow* AssociatedObject
);
[C++]
Parameters
Attributes [in, optional, defaultvalue()]

Attributes is a parameter of type IEnumSchematicAttribute* AssociatedObject [in, optional, defaultvalue()]
AssociatedObject is a parameter of type IRow*

Product Availability

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

See Also

ISchematicInMemoryFeature Interface