| Visual Basic (Declaration) | |
|---|---|
Public Property VoxelSpacing As Medical3DPoint | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Medical3DPoint VoxelSpacing {get; set;} | |
| C++/CLI | |
|---|---|
public: property Medical3DPoint VoxelSpacing { Medical3DPoint get(); void set (Medical3DPoint value); } | |
Return Value
Medical3DPoint represents the spacing value.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code