Click or drag to resize
ElementsGetByClassId Method
Returns an Element for given ClassId.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public Element GetByClassId(
	string classId
)

Parameters

classId
Type: SystemString
ClassId of an Element to search for

Return Value

Type: Element
An Element matching given ClassId. Nothing if given ClassId cannot be found within present instance of Elements collection.
See Also