SbdfSectionHeader Class TIBCO Spotfire 7.6 API Reference
Abstract base class for the SBDF section headers. Also provides some internal static utility methods.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.SbdfSbdfSectionHeader
    Spotfire.Dxp.Data.Formats.SbdfSbdfFileHeader

Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public abstract class SbdfSectionHeader

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.
Top
Properties

  NameDescription
Public propertySectionType
Gets the type tag used to identify a section header.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference