←Select platform

Get(string,int) Method

Summary

Reads the property as an integer.

Syntax
C#
VB
C++
public int Get( 
   string name, 
   int def 
) 
Public Function [Get]( 
   ByVal name As String, 
   ByVal def As Integer 
) As Integer 
public:  
   Int32 Get( 
      String^ name, 
      Int32 def 
   ) 

Parameters

name

Name of the property to query.

def

Default value to return in case the property was not set.

Return Value

Value of the property.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.