|   | RiffChunk(String) Constructor | 
        
        
            Constructs a new 
RiffChunk for the given 
typeID.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic RiffChunk(
	string typeID
)
Public Sub New ( 
	typeID As String
)
public:
RiffChunk(
	String^ typeID
)
new : 
        typeID : string -> RiffChunkGSF.Media.RiffChunk = function(typeID);
Parameters
- typeID  String
- Expected type ID.
 See Also
See Also