KerbalData Create Method (String, ApiConfig) KerbalData - KSP Data Unlocked!
Creates a KerbalData instance based upon the provided configuration.

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static KerbalData Create(
	string installPath,
	ApiConfig configuration
)

Return Value

properly configured KerbalData instance.
Remarks

Unlike the Create() method that accepts a configuration name. This version of the method will not use a default configuration if the configuration property is null or not available. This method allows developers to programmatily build or source configuration data from alternate stores.
See Also