MItemCreate(MItem) Method
Creating a mathematical element depending on its content.
An element of the class inherited from MItem is created
if possible.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem Create(
MItem item
)
Public Shared Function Create (
item As MItem
) As MItem
public:
static MItem^ Create(
MItem^ item
)
static member Create :
item : MItem -> MItem
- item MItem
-
Prototype of the element being created.
MItem
Returns the created mathematical element.