Windward Engine API Reference
GetInt Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportProperties Class : GetInt Method




name
The name of the property.

Glossary Item Box

Get a property by it's name as an int.

Syntax

Visual Basic (Declaration) 
Public Function GetInt( _
   ByVal name As String _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As Integer
 
value = instance.GetInt(name)
C# 
public int GetInt( 
   string name
)
Managed Extensions for C++ 
public: int GetInt( 
   string* name
) 
C++/CLI 
public:
int GetInt( 
   String^ name
) 

Parameters

name
The name of the property.

Return Value

The value of the property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.