CompositionsDisplayInLayer Method (CoMLCharGenClass)
composition name
parameters
layer ID
time to introduce a composition
time to show composition. To display composition forever you should set 0.
time to hide a composition
displays composition in some layer. You need to create layer before call this method.
Syntax
Public Overridable Sub CompositionsDisplayInLayer( _
   ByVal _bsCompositionName As String, _
   ByVal _bsParamString As String, _
   ByVal _bsLayerID As String, _
   ByVal _dblTimeIntro As Double, _
   ByVal _dblShowTime As Double, _
   ByVal _dblTimeExit As Double _
) 
public procedure CompositionsDisplayInLayer( 
    _bsCompositionName: String;
    _bsParamString: String;
    _bsLayerID: String;
    _dblTimeIntro: Double;
    _dblShowTime: Double;
    _dblTimeExit: Double
); virtual; 

Parameters

_bsCompositionName
composition name
_bsParamString
parameters
_bsLayerID
layer ID
_dblTimeIntro
time to introduce a composition
_dblShowTime
time to show composition. To display composition forever you should set 0.
_dblTimeExit
time to hide a composition
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members