InfxResource.InfxResource

InfxResource(bool)

Initializes a new instance of the InfxResource class.

public InfxResource(bool blendInteriorElements)
ParameterTypeDescription
blendInteriorElementsBooleanif set to true [blend interior elements].

See Also


InfxResource()

Initializes a new instance of the InfxResource class.

public InfxResource()

See Also


InfxResource(byte[])

Initializes a new instance of the InfxResource class. With custom or unknown value

public InfxResource(byte[] data)
ParameterTypeDescription
dataByte[]The resource data.

Exceptions

exceptioncondition
ArgumentExceptionInvalid infx Resource value

See Also