MLCHARGENLib Namespace > IMLCharGen Interface : GetAutoBlend Method |
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 )