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

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

Parameters

attribute
Type: FDF.Common.ObjectModelAttribute
elementName
Type: SystemString
attributeName
Type: SystemString

Return Value

Type: Boolean
See Also