Succeed Property

Summary

Gets or sets the value that indicates whether the request for 3D information has succeeded.

Syntax
C#
VB
C++
public bool Succeed { get; set; } 
  
Public Property Succeed As Boolean 
            public: 
property bool Succeed { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the 3D information was successfully retrieved; otherwise, false.

Remarks

You must fill this value from what the method Leadtools.Medical3D.Medical3DEngine.Provide3DInformation returns. Otherwise, you may encounter an unexpected behavior.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly