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

Parameters

_bsItemID
item ID
_pAutoBlend
auto-blend configuration
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members