CADability dotNET
Gets a list of IShowProperty objects that represent the non geometric properties of this geoobject. This list will be used during construct actions (e.g. when interactively drawing that object) to display properties like color or layer.

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

Syntax

C#
IShowProperty[] GetAttributeProperties(
	IFrame Frame
)
Visual Basic
Function GetAttributeProperties ( _
	Frame As IFrame _
) As IShowProperty()
Visual C++
array<IShowProperty^>^ GetAttributeProperties(
	IFrame^ Frame
)

Parameters

Frame
Type: CADability..::..IFrame
IFrame reference used to check settings

Return Value

list of properties

See Also