Click or drag to resize

IDBConfigReaderGetTransitionEffect Method

Gets a Transition Effect name based on the supplied TransitionEffectID.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
string GetTransitionEffect(
	int transitionEffectId
)

Parameters

transitionEffectId
Type: SystemInt32
TransitionEffectID to get name of.

Return Value

Type: String
Name of TransitionEffect.
See Also