Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.31
|
Leadtools.Medical3D Namespace > Medical3DMPRInfo Class : Position Property |
public float[] Position {get; set;}
'Declaration Public Property Position As Single()
'Usage Dim instance As Medical3DMPRInfo Dim value() As Single instance.Position = value value = instance.Position
public: property array<float>^ Position { array<float>^ get(); void set ( array<float>^ value); }