| EffectParameterDescriptionCollectionTryGet Method |
Gets the description for the specified effect parameter.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool TryGet(
EffectParameter parameter,
out EffectParameterDescription description
)
Public Function TryGet (
parameter As EffectParameter,
<OutAttribute> ByRef description As EffectParameterDescription
) As Boolean
public:
bool TryGet(
EffectParameter^ parameter,
[OutAttribute] EffectParameterDescription^% description
)
member TryGet :
parameter : EffectParameter *
description : EffectParameterDescription byref -> bool
Parameters
- parameter
- Type: EffectParameter
The effect parameter. - description
- Type: DigitalRune.Graphics.EffectsEffectParameterDescription
The description for the specified effect parameter, if the parameter is found; otherwise,
.
Return Value
Type:
Boolean if the collection contains a description for the effect parameter;
otherwise,
.
Exceptions See Also