SetAutoBlend Method (IMLCharGen)
item ID
auto-blend parameters
sets item auto-blend parameters
Syntax
Sub SetAutoBlend( _
   ByVal _bsItemID As String, _
   ByRef _pAutoBlend As CG_AUTO_BLEND _
) 
void SetAutoBlend( 
   string _bsItemID,
   ref CG_AUTO_BLEND _pAutoBlend
)
procedure SetAutoBlend( 
    _bsItemID: String;
   var  _pAutoBlend: CG_AUTO_BLEND
); 
void SetAutoBlend( 
   BSTR* _bsItemID,
   ref CG_AUTO_BLEND _pAutoBlend
) 

Parameters

_bsItemID
item ID
_pAutoBlend
auto-blend parameters
See Also

Reference

IMLCharGen Interface
IMLCharGen Members