SIFWorks ADK 2.0
CreateField Method (parent, id)
NamespacesEdustructures.SifWorksSifSimpleTypeCreateField(SifElement, IElementDef)

[This is preliminary documentation and is subject to change.]

Create a SimpleField from the value that this type represents
Declaration Syntax
C#Visual BasicVisual C++
public virtual SimpleField CreateField(
	SifElement parent,
	IElementDef id
)
Public Overridable Function CreateField ( _
	parent As SifElement, _
	id As IElementDef _
) As SimpleField
public:
virtual SimpleField^ CreateField (
	SifElement^ parent, 
	IElementDef^ id
)
Parameters
parent (SifElement)
The SIFElement that will be the parent of the field
id (IElementDef)
The metatdata definition of the field being set
Return Value
A SimpleField instance initialized with the proper value

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10