This document is archived and information here might be outdated. Recommended version. |
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*