Class TileElement

TileElement class

public abstract class TileElement : Command

Properties

NameDescription
CompressionType { get; }
DataRecord { get; }
ElementClass { get; }
ElementId { get; }
Image { get; }
RowPaddingIndicator { get; }

Methods

NameDescription
abstract ReadFromBinary(IBinaryReader)Reads the binary data from the reader
override ToString()
abstract WriteAsBinary(IBinaryWriter)Writes/exports the command as binary mode
abstract WriteAsClearText(IClearTextWriter)Writes/exports the command as clear text mode

See Also