Click or drag to resize

DiskDemandGraphCollection Constructor (BaseGraphCollection)

Creates a new Disk Demand Graph Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DiskDemandGraphCollection(
	BaseGraphCollection collection
)

Parameters

collection
Type: VDS.RDFBaseGraphCollection
Collection to decorate.
See Also