Click or drag to resize

IPresetManagerGetPreset Method

[This is preliminary documentation and is subject to change.]

Returns the preset associated with the preset number

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
IGHAObject GetPreset(
	int presetNumber
)

Parameters

presetNumber
Type: SystemInt32
Preset number whose media item to return

Return Value

Type: IGHAObject
The media item associated with the preset or null if not media item is associated with the preset
See Also