InitFormatSchemeFrom

IOverrideTheme.InitFormatSchemeFrom method

Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.

public void InitFormatSchemeFrom(IFormatScheme formatScheme)
ParameterTypeDescription
formatSchemeIFormatSchemeData to initialize from.

Exceptions

exceptioncondition
InvalidOperationExceptionThrown if the FormatScheme is already initialized (not null).
ArgumentNullExceptionThrown if the formatScheme parameter is null.

See Also