Navigation: MapForce Server API > API Reference (COM, .NET) > Interfaces > IServer > Properties
Returns true if the MapForce Server engine is a 64-bit executable.
Is64Bit : Boolean
Generic signature
bool Is64Bit { get; }
C#
HRESULT Is64Bit([out, retval] VARIANT_BOOL* pbVal);
C++
ReadOnly Property Is64Bit As Boolean
VB.NET