SIFWorks ADK 2.0
RenderField Method (field, def)
NamespacesEdustructures.SifWorks.Tools.QueryQueryFormatterRenderField(IElementDef, Object)

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

Return the text for a field name
Declaration Syntax
C#Visual BasicVisual C++
public abstract string RenderField(
	IElementDef field,
	Object def
)
Public MustOverride Function RenderField ( _
	field As IElementDef, _
	def As Object _
) As String
public:
virtual String^ RenderField (
	IElementDef^ field, 
	Object^ def
) abstract
Parameters
field (IElementDef)
The field name
def (Object)
The corresponding field definition from the Map passed to the format method
Return Value
The implementation returns the field name in whatever form is appropriate to the implementation, using the supplied def Object if necessary to obtain additional field information.

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