Click or drag to resize
ModelTryGetElementAttribute Method (Attribute, Element, String)

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryGetElementAttribute(
	ref Attribute attribute,
	Element element,
	string attributeName
)

Parameters

attribute
Type: FDF.Common.ObjectModelAttribute
element
Type: FDF.Common.ObjectModelElement
attributeName
Type: SystemString

Return Value

Type: Boolean
See Also