ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureClassEdit.RefreshAttributes Method

Refreshes the attributes of the schematic in memory features within the schematic in memory feature class.

[Visual Basic .NET]
Public Sub RefreshAttributes ( _
)
[C#]
public void RefreshAttributes (
);
[C++]
HRESULT RefreshAttributes(
void
);

Product Availability

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

See Also

ISchematicInMemoryFeatureClassEdit Interface