GetAutoBlend Method (IMLCharGen)
item ID
auto-blend configuration
get auto-blend configuration
Syntax
Sub GetAutoBlend( _
   ByVal _bsItemID As String, _
   ByRef _pAutoBlend As CG_AUTO_BLEND _
) 
void GetAutoBlend( 
   string _bsItemID,
   out CG_AUTO_BLEND _pAutoBlend
)
procedure GetAutoBlend( 
    _bsItemID: String;
   Out  _pAutoBlend: CG_AUTO_BLEND
); 
void GetAutoBlend( 
   BSTR* _bsItemID,
   [PARAMFLAG::Out] CG_AUTO_BLEND _pAutoBlend
) 

Parameters

_bsItemID
item ID
_pAutoBlend
auto-blend configuration
See Also

Reference

IMLCharGen Interface
IMLCharGen Members