public static bool CanAdd( Item item, Nullable<MapType> mapType, Nullable<MapViewingMode> mapViewingMode )
Public Shared Function CanAdd( _ ByVal item As Item, _ ByVal mapType As Nullable(Of MapType), _ Optional ByVal mapViewingMode As Nullable(Of MapViewingMode) _ ) As Boolean
Parameters
- item
- The item to be considered for adding.
- mapType
- The type of map.
- mapViewingMode
- The type of map viewing mode.