MathObject interface

Provides several math-related methods that can be used in Microsoft InfoPath forms.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<GuidAttribute("096cd6a0-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface MathObject _
    Inherits IPMath
'Usage
Dim instance As MathObject
[GuidAttribute("096cd6a0-0786-11d1-95fa-0080c78ee3bb")]
public interface MathObject : IPMath

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeIPMath.

Use the Math property of the UtilObject object to return a Math object.

See also

Reference

MathObject members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace