CADability dotNET

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

Syntax

C#
public void RemoveShowProperty(
	IShowProperty ToRemove
)
Visual Basic
Public Sub RemoveShowProperty ( _
	ToRemove As IShowProperty _
)
Visual C++
public:
virtual void RemoveShowProperty(
	IShowProperty^ ToRemove
) sealed

Implements

IPropertyTreeView..::..RemoveShowProperty(IShowProperty)

See Also