CADability dotNET

The INamedAttribute type exposes the following members.

Methods

  NameDescription
Public methodGetSelectionProperty
Gets a selection property to select an appropriate attribute from a list. The current attribute can be retrieved by calling IGeoObject.GetNamedAttribute(key) and set by calling IGeoObject.SetNamedAttribute(key, newValue). List list of available properties should be retreived for the project by calling IAttributeListContainer.GetList(key).

See Also