CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Ersetzt eine Anzeige durch eine andere.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
void ReplaceShowProperty( IShowProperty ToReplace, IShowProperty ToInsert ) |
| Visual Basic |
|---|
Sub ReplaceShowProperty ( _ ToReplace As IShowProperty, _ ToInsert As IShowProperty _ ) |
| Visual C++ |
|---|
void ReplaceShowProperty( IShowProperty^ ToReplace, IShowProperty^ ToInsert ) |
Parameters
- ToReplace
- Type: CADability.UserInterface..::..IShowProperty
Die zu ersetzende Anzeige
- ToInsert
- Type: CADability.UserInterface..::..IShowProperty
Die neue Anzeige