C# Класс Revise.Files.ZMO.MotionFile

Provides the ability to create, open and save ZMO files used for motion.
Наследование: FileLoader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddChannel ( ChannelType type ) : Revise.Files.ZMO.Channels.MotionChannel

Adds the specified channel type.

AddChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void

Adds the specified channel.

Clear ( ) : void

Clears all channels.

Load ( Stream stream ) : void

Loads the file from the specified stream.

MotionFile ( ) : System

Initializes a new instance of the MotionFile class.

RemoveChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void

Removes the specified channel.

RemoveChannel ( int channel ) : void

Removes the specified channel.

Reset ( ) : void

Resets properties to their default values.

Save ( Stream stream ) : void

Saves the file to the specified stream.

this ( int channel ) : Revise.Files.ZMO.Channels.MotionChannel

Gets the specified Revise.Files.ZMO.Channels.MotionChannel.

Описание методов

AddChannel() публичный Метод

Adds the specified channel type.
public AddChannel ( ChannelType type ) : Revise.Files.ZMO.Channels.MotionChannel
type ChannelType The type of channel to add.
Результат Revise.Files.ZMO.Channels.MotionChannel

AddChannel() публичный Метод

Adds the specified channel.
public AddChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void
channel Revise.Files.ZMO.Channels.MotionChannel The channel to add.
Результат void

Clear() публичный Метод

Clears all channels.
public Clear ( ) : void
Результат void

Load() публичный Метод

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream Stream The stream to read from.
Результат void

MotionFile() публичный Метод

Initializes a new instance of the MotionFile class.
public MotionFile ( ) : System
Результат System

RemoveChannel() публичный Метод

Removes the specified channel.
public RemoveChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void
channel Revise.Files.ZMO.Channels.MotionChannel The channel to remove.
Результат void

RemoveChannel() публичный Метод

Removes the specified channel.
public RemoveChannel ( int channel ) : void
channel int The channel to remove.
Результат void

Reset() публичный Метод

Resets properties to their default values.
public Reset ( ) : void
Результат void

Save() публичный Метод

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream Stream The stream to save to.
Результат void

this() публичный Метод

Gets the specified Revise.Files.ZMO.Channels.MotionChannel.
public this ( int channel ) : Revise.Files.ZMO.Channels.MotionChannel
channel int
Результат Revise.Files.ZMO.Channels.MotionChannel