| 
            
              SchemaBinaryRecordLength Property
             | 
          
        
        
            Calculates the size of a record, in bytes, when the file type is binary.
            
        
        Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.257-beta
Syntaxpublic int BinaryRecordLength { get; }Public ReadOnly Property BinaryRecordLength As Integer
	Get
public:
property int BinaryRecordLength {
	int get ();
}member BinaryRecordLength : int with get
function get_BinaryRecordLength();
 View SourceProperty Value
Int32
See Also