KeynoteEntry Members

The KeynoteEntry type exposes the following members.

Constructors

  NameDescription
Public methodKeynoteEntry(String, String)
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Public methodKeynoteEntry(String, String, String)
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.

Methods

  NameDescription
Public methodDispose (Inherited from KeyBasedTreeEntry.)
Public methodEquals (Inherited from Object.)
Public methodGetChildrenKeys
Gets a collection containing the keys of all children entry objects from this entry.
(Inherited from KeyBasedTreeEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from KeyBasedTreeEntry.)
Public propertyKey
The key of this entry.
(Inherited from KeyBasedTreeEntry.)
Public propertyKeynoteText
The text associated with this KeynoteEntry.
Public propertyParentKey
The parent key of this entry.
(Inherited from KeyBasedTreeEntry.)

See Also