Function CanAddToMap( _ ByVal mapType As Nullable(Of MapType) _ ) As Boolean
bool CanAddToMap( Nullable<MapType> mapType )
Parameters
- mapType
- The maptype.
Return Value
True if the item can be added to a map of the type. False otherwise.
Function CanAddToMap( _ ByVal mapType As Nullable(Of MapType) _ ) As Boolean
bool CanAddToMap( Nullable<MapType> mapType )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)