- slab
- The source slab from which to copy the slab values.
| Visual Basic (Declaration) | |
|---|---|
Public Sub SetValues( _ ByVal slab As Medical3DSlab _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void SetValues( Medical3DSlab slab ) | |
| C++/CLI | |
|---|---|
public: void SetValues( Medical3DSlab^ slab ) | |
Parameters
- slab
- The source slab from which to copy the slab values.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code