ArcObjects Library Reference (Schematic)  

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(0)]

  Attributes is a parameter of type IEnumSchematicAttribute

AssociatedObject [in, optional, defaultvalue(0)]

  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