CADability dotNET

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

Syntax

C#
public void ReplaceShowProperty(
	IShowProperty ToReplace,
	IShowProperty ToInsert
)
Visual Basic
Public Sub ReplaceShowProperty ( _
	ToReplace As IShowProperty, _
	ToInsert As IShowProperty _
)
Visual C++
public:
virtual void ReplaceShowProperty(
	IShowProperty^ ToReplace, 
	IShowProperty^ ToInsert
) sealed

Implements

IPropertyTreeView..::..ReplaceShowProperty(IShowProperty, IShowProperty)

See Also