Class Command
Command class
Base class for all commands
public abstract class Command
Properties
Name | Description |
---|---|
ElementClass { get; } | |
ElementId { get; } |
Methods
Name | Description |
---|---|
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 |
static Assert(bool, string) |
See Also
- namespace Aspose.CAD.FileFormats.Cgm.Commands
- assembly Aspose.CAD