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).

Properties

  NameDescription
Public propertyName
The unique name of the attribute
Public propertyParent
The list that contains this attribute (may also be null)

See Also