SbdfSectionHeader Members TIBCO Spotfire 6.0 API Reference
The SbdfSectionHeader type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadSectionHeader(BinaryReader)
Reads a section header from an input stream. The section type is inferred from the type tag.
Public methodStatic memberReadSectionHeader(BinaryReader, SbdfSectionTypeId)
Reads a section header of a certain type from an input stream.
Public methodStatic memberWriteSectionHeader
Writes a section header to an output stream.
Back to Top
Properties

  NameDescription
Public propertySectionType
Gets the type tag used to identify a section header.
Back to Top
See Also