CADability dotNET
Gets a IShowProperty object that represents the properties of this geoobject. The result will be used to display the properties in the control center.

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

Syntax

C#
IShowProperty GetShowProperties(
	IFrame Frame
)
Visual Basic
Function GetShowProperties ( _
	Frame As IFrame _
) As IShowProperty
Visual C++
IShowProperty^ GetShowProperties(
	IFrame^ Frame
)

Parameters

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

Return Value

propertes

See Also