←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly