Updates the selected features displayed in the attribute editor panel. This should be called if the tool or command changes the selection set.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable Sub UpdateAttributeEditor( _
ByVal features() As Integer _
) |
C# | |
---|
protected virtual void UpdateAttributeEditor(
int[] features
) |
Parameters
- features
- The feature IDs of the updated selected feature set.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also