CADability dotNET
Overrides IGeoObjectImpl.GetShowProperties(IFrame) and implements IGeoObject.GetShowProperties(IFrame).

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

Syntax

C#
public override IShowProperty GetShowProperties(
	IFrame Frame
)
Visual Basic
Public Overrides Function GetShowProperties ( _
	Frame As IFrame _
) As IShowProperty
Visual C++
public:
virtual IShowProperty^ GetShowProperties(
	IFrame^ Frame
) override

Return Value

see GetShowProperties(IFrame)

Implements

IGeoObject..::..GetShowProperties(IFrame)

See Also