CADability dotNET

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
IShowProperty INamedAttribute.GetSelectionProperty(
	string key,
	Project project,
	GeoObjectList geoObjectList
)
Visual Basic
Private Function GetSelectionProperty ( _
	key As String, _
	project As Project, _
	geoObjectList As GeoObjectList _
) As IShowProperty Implements INamedAttribute.GetSelectionProperty
Visual C++
private:
virtual IShowProperty^ GetSelectionProperty(
	String^ key, 
	Project^ project, 
	GeoObjectList^ geoObjectList
) sealed = INamedAttribute::GetSelectionProperty

Implements

INamedAttribute..::..GetSelectionProperty(String, Project, GeoObjectList)

See Also